From 4fbe7358c7747a9165f776eb19addbb9baf7def2 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 27 Jul 2013 22:07:53 +0000 Subject: rename libdde_linux26 into libdde-linux26 to make dpkg-source happy --- libdde_linux26/contrib/include/linux/initrd.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 libdde_linux26/contrib/include/linux/initrd.h (limited to 'libdde_linux26/contrib/include/linux/initrd.h') 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; -- cgit v1.2.3