diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-27 22:07:53 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-27 22:07:53 +0000 |
commit | 4fbe7358c7747a9165f776eb19addbb9baf7def2 (patch) | |
tree | bc7076b4f6d10c2cc2942539bb666e50f0b66954 /libdde_linux26/contrib/include/linux/initrd.h | |
parent | 21adb5284111190057db245cfc2b54091920c373 (diff) |
rename libdde_linux26 into libdde-linux26 to make dpkg-source happy
Diffstat (limited to 'libdde_linux26/contrib/include/linux/initrd.h')
-rw-r--r-- | libdde_linux26/contrib/include/linux/initrd.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libdde_linux26/contrib/include/linux/initrd.h b/libdde_linux26/contrib/include/linux/initrd.h deleted file mode 100644 index 55289d26..00000000 --- a/libdde_linux26/contrib/include/linux/initrd.h +++ /dev/null @@ -1,20 +0,0 @@ - -#define INITRD_MINOR 250 /* shouldn't collide with /dev/ram* too soon ... */ - -/* 1 = load ramdisk, 0 = don't load */ -extern int rd_doload; - -/* 1 = prompt for ramdisk, 0 = don't prompt */ -extern int rd_prompt; - -/* starting block # of image */ -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); - -extern unsigned int real_root_dev; |