summaryrefslogtreecommitdiff
path: root/windhoek/ide/local.h
diff options
context:
space:
mode:
authorZheng Da <zhengda1936@gmail.com>2010-05-31 12:41:21 +0200
committerZheng Da <zhengda1936@gmail.com>2010-05-31 12:41:21 +0200
commitb5b8ef16ea0e7517169d521c297784d5678d7518 (patch)
tree2e7d63329fe6ab07de6f972e39dd85ce74a69dde /windhoek/ide/local.h
parent61cbf207a16ec76e4fefba4e5a3ad91c84dee447 (diff)
check in the initial version of windhoek by DROPS.
Diffstat (limited to 'windhoek/ide/local.h')
-rw-r--r--windhoek/ide/local.h11
1 files changed, 11 insertions, 0 deletions
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