aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/initrd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/initrd.h')
-rw-r--r--include/linux/initrd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/initrd.h b/include/linux/initrd.h
index 14beaff9b445..d77fe34fb00a 100644
--- a/include/linux/initrd.h
+++ b/include/linux/initrd.h
@@ -25,3 +25,6 @@ extern phys_addr_t phys_initrd_start;
extern unsigned long phys_initrd_size;
extern unsigned int real_root_dev;
+
+extern char __initramfs_start[];
+extern unsigned long __initramfs_size;