00001 00028 /* Header file multiple inclusion protection courtesy eclipse Header Template */ 00029 /* and http://gcc.gnu.org/onlinedocs/gcc-3.1.1/cpp/ C pre processor manual */ 00030 #ifndef FILE_FLASHGLOBALS_H_SEEN 00031 #define FILE_FLASHGLOBALS_H_SEEN 00032 00033 00034 #define PVIOL 0x20 00035 #define ACCERR 0x10 00036 00037 00038 #else 00039 /* let us know if we are being untidy with headers */ 00040 #warning "Header file FLASHGLOBALS_H seen before, sort it out!" 00041 /* end of the wrapper ifdef from the very top */ 00042 #endif