arch_config.h

Go to the documentation of this file.
00001 
00042 #ifndef ARCH_CONFIG_H
00043 #define ARCH_CONFIG_H
00044 
00049 #define ARCH_FOO     (1<<0)
00050 #define ARCH_BAR     (1<<1)
00051 #define ARCH_EMUL    (1<<8)
00052 /*\}*/
00053 
00054 #endif /* ARCH_CONFIG_H */