Typos.
[bertos.git] / bertos / cfg / arch_config.h
index 459bbabfd39ffc6c8e2c81f38cadd78fc71c6e53..2dd3fb62e0277fec524ce1ae6589a9676b253c51 100644 (file)
@@ -40,8 +40,8 @@
  */
 
 
-#ifndef ARCH_CONFIG_H
-#define ARCH_CONFIG_H
+#ifndef CFG_ARCH_CONFIG_H
+#define CFG_ARCH_CONFIG_H
 
 #include <cfg/macros.h>
 
@@ -52,8 +52,6 @@
 #define ARCH_FOO     BV(0)
 #define ARCH_BAR     BV(1)
 #define ARCH_EMUL    BV(2)
-#define ARCH_PIZZA   BV(3)
-#define ARCH_PROTO   BV(4)
 /*\}*/
 
-#endif /* ARCH_CONFIG_H */
+#endif /* CFG_ARCH_CONFIG_H */