diff options
Diffstat (limited to 'include/linux/initrd.h')
| -rw-r--r-- | include/linux/initrd.h | 2 |
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); |
