blob: 727fc82631bf62ef9d5e69ee1c85380137b8dead [file] [log] [blame]
#ifndef NUGGET_KEYMASTER_H
#define NUGGET_KEYMASTER_H
#ifdef __cplusplus
extern "C" {
#endif
enum {
KM_MNF_DEVICE_ID_VERSION = 1,
KM_MNF_MAX_ENTRY_SIZE = 30
};
#ifdef __cplusplus
}
#endif
#endif