add an example for the RCCE settings

This commit is contained in:
Stefan Lankes 2011-03-24 11:28:26 +01:00
parent c738a64d57
commit 966338f590

View file

@ -55,6 +55,13 @@ extern "C" {
#define CONFIG_MULTIBOOT
//#define CONFIG_ROCKCREEK
// RCCE specific flags
#define SCC
#define MS_BAREMETAL
#define GORY
//#define SHMADD
//#define SHMADD_CACHEABLE
#define BUILTIN_EXPECT(exp, b) __builtin_expect((exp), (b))
//#define BUILTIN_EXPECT(exp, b) (exp)
#define NORETURN __attribute__((noreturn))