commit | 8e7aa99bb677642820b9581163467c5b8880d839 | [log] [tgz] |
---|---|---|
author | Andres Morales <anmorales@google.com> | Wed Apr 08 12:38:26 2015 -0700 |
committer | Andres Morales <anmorales@google.com> | Wed Apr 08 12:38:26 2015 -0700 |
tree | 0795007c2c655d78bfca2b47da642f8e240343f9 | |
parent | 43bbf284aa8cd6bddde9a261fa8e0bec6e04f4c2 [diff] [blame] |
Add HW_AUTH_TOKEN_VERSION constant Change-Id: Ic01da2b9ed8efcdba7750d8ca7fe2321d9047b68
diff --git a/include/hardware/hw_auth_token.h b/include/hardware/hw_auth_token.h index 154c1fd..e0a2e18 100644 --- a/include/hardware/hw_auth_token.h +++ b/include/hardware/hw_auth_token.h
@@ -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 << 1,