Add HW_AUTH_TOKEN_VERSION constant

Change-Id: Ic01da2b9ed8efcdba7750d8ca7fe2321d9047b68
This commit is contained in:
Andres Morales 2015-04-08 12:38:26 -07:00
parent e7444884c7
commit b9e58c810a

View file

@ -23,6 +23,8 @@
extern "C" {
#endif // __cplusplus
const uint8_t HW_AUTH_TOKEN_VERSION = 0;
typedef enum {
HW_AUTH_NONE = 0,
HW_AUTH_PASSWORD = 1 << 0,