examples/triface/boot/cfg/cfg_arch.h

Go to the documentation of this file.
00001 
00043 #ifndef CFG_ARCH_CONFIG_H
00044 #define CFG_ARCH_CONFIG_H
00045 
00046 #include <cfg/macros.h>
00047 
00052 #define ARCH_TRIFACE     BV(0)
00053 #define ARCH_BOOT        BV(1)
00054 #define ARCH_EMUL        BV(2)
00055 /*\}*/
00056 
00057 #endif /* CFG_ARCH_CONFIG_H */