diff options
Diffstat (limited to 'windhoek/genhd.c')
-rw-r--r-- | windhoek/genhd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/windhoek/genhd.c b/windhoek/genhd.c index 5b6140f6..30cf03de 100644 --- a/windhoek/genhd.c +++ b/windhoek/genhd.c @@ -14,7 +14,8 @@ #include <linux/hdreg.h> #include <linux/ide.h> -#include "windhoek_local.h" +#define MAX_GENDISKS 10 +#define DEBUG_MSG(msg, ...) printk("%s: \033[34m"msg"\033[0m\n", __FUNCTION__, ##__VA_ARGS__) /* * Array for storing all known block devices |