blob: 727fc82631bf62ef9d5e69ee1c85380137b8dead [file] [log] [blame]
nagendra modadugu0c0ee172018-03-29 20:08:09 -07001#ifndef NUGGET_KEYMASTER_H
2#define NUGGET_KEYMASTER_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8enum {
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