1 #ifndef NUGGET_KEYMASTER_H 2 #define NUGGET_KEYMASTER_H 3 4 #ifdef __cplusplus 5 extern "C" { 6 #endif 7 8 enum { 9 KM_MNF_DEVICE_ID_VERSION = 1, 10 KM_MNF_MAX_ENTRY_SIZE = 30 11 }; 12 13 #ifdef __cplusplus 14 } 15 #endif 16 17 #endif 18
1 #ifndef NUGGET_KEYMASTER_H 2 #define NUGGET_KEYMASTER_H 3 4 #ifdef __cplusplus 5 extern "C" { 6 #endif 7 8 enum { 9 KM_MNF_DEVICE_ID_VERSION = 1, 10 KM_MNF_MAX_ENTRY_SIZE = 30 11 }; 12 13 #ifdef __cplusplus 14 } 15 #endif 16 17 #endif 18