summaryrefslogtreecommitdiff
path: root/include/linux/initrd.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2003-04-29 19:46:04 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-04-29 19:46:04 -0700
commit0165096cf85b3cb54ecd4ef8e28c4a6a680e2982 (patch)
treee8f83f6fc180f6e56f171795e9bb1a1fb8c38e71 /include/linux/initrd.h
parentca117b171bca43fa1ddc9a2edbb0e52f59f27589 (diff)
[PATCH] add an missing prototype to initrd.h
Diffstat (limited to 'include/linux/initrd.h')
-rw-r--r--include/linux/initrd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/initrd.h b/include/linux/initrd.h
index d1978c358b12..32452d53dac3 100644
--- a/include/linux/initrd.h
+++ b/include/linux/initrd.h
@@ -13,4 +13,6 @@ extern int rd_image_start;
/* 1 if it is not an error if initrd_start < memory_start */
extern int initrd_below_start_ok;
+/* free_initrd_mem always gets called with the next two as arguments.. */
extern unsigned long initrd_start, initrd_end;
+extern void free_initrd_mem(unsigned long, unsigned long);