00001 #ifndef SP605_DEFINES_H 00002 #define SP605_DEFINES_H 00003 00004 // this is file for different kinds of constants, used in the SP605 firmware 00005 00006 namespace sp605 { 00007 00008 enum { 00009 addr_HwType = 0x00000000, 00010 addr_HwVersion = 0x00000004, 00011 addr_BoardId = 0x00000010 // r/w 00012 }; 00013 00014 } 00015 00016 #endif