From b5b8ef16ea0e7517169d521c297784d5678d7518 Mon Sep 17 00:00:00 2001 From: Zheng Da Date: Mon, 31 May 2010 12:41:21 +0200 Subject: check in the initial version of windhoek by DROPS. --- windhoek/ide/local.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 windhoek/ide/local.h (limited to 'windhoek/ide/local.h') diff --git a/windhoek/ide/local.h b/windhoek/ide/local.h new file mode 100644 index 00000000..c2d0952a --- /dev/null +++ b/windhoek/ide/local.h @@ -0,0 +1,11 @@ +#ifndef LOCAL_H +#define LOCAL_H + +#define DEBUG_MSG(msg, ...) {} + +// printk("%s: \033[31m"msg"\033[0m\n", __FUNCTION__, ##__VA_ARGS__) + +#define CONFIG_IDE_GD 1 +#define CONFIG_IDE_GD_ATA 1 + +#endif -- cgit v1.2.3