commit | fb4a18508dc92dac91d747496562ecdc910ef4dd | [log] [tgz] |
---|---|---|
author | Andres Morales <anmorales@google.com> | Sat Apr 11 02:20:58 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Sat Apr 11 02:20:58 2015 +0000 |
tree | d3d3bffd95b0b260372793c4056a9b6c9b08e8da | |
parent | 5d6b0b41808e69c644cbc85d90a5842d5563e3dc [diff] | |
parent | 8632c99f9bace571fe7408fe6be5c5712e449ca8 [diff] |
am 8632c99f: Merge "Add HW_AUTH_TOKEN_VERSION constant" * commit '8632c99f9bace571fe7408fe6be5c5712e449ca8': Add HW_AUTH_TOKEN_VERSION constant
diff --git a/include/hardware/hw_auth_token.h b/include/hardware/hw_auth_token.h index 2235fd8..87c4006 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 << 0,