Import generic keyboard driver.
[bertos.git] / cfg / debug.h
index af5f4f8ae27600c683dfebb2174ca36972fe9ae6..26dbdf0acd80517ac8951bd9e1c6e430fab76e93 100755 (executable)
 
 /*#*
  *#* $Log$
+ *#* Revision 1.3  2005/06/27 21:23:55  bernie
+ *#* Rename cfg/config.h to appconfig.h.
+ *#*
+ *#* Revision 1.2  2005/04/11 19:10:27  bernie
+ *#* Include top-level headers from cfg/ subdir.
+ *#*
  *#* Revision 1.1  2005/04/11 19:04:13  bernie
  *#* Move top-level headers to cfg/ subdir.
  *#*
@@ -76,7 +82,7 @@
        #endif
        #endif
 #else /* !OS_HOSTED */
-       #include <compiler.h>
+       #include <cfg/compiler.h>
 #endif /* !OS_HOSTED */
 
 
                #define ASSERT_VALID_PTR_OR_NULL(p)  ASSERT((((p) == NULL) || ((unsigned long)(p) >= 0x200)))
        #else /* !OS_HOSTED */
 
-               #include <config.h>  /* CONFIG_KDEBUG_ASSERT_NO_TEXT */
-               #include <cpu.h>  /* CPU_HARVARD */
+               #include <appconfig.h>  /* CONFIG_KDEBUG_ASSERT_NO_TEXT */
+               #include <cfg/cpu.h>  /* CPU_HARVARD */
 
                /* These are implemented in drv/kdebug.c */
                void kdbg_init(void);