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