commit | 8632c99f9bace571fe7408fe6be5c5712e449ca8 | [log] [tgz] |
---|---|---|
author | Andres Morales <anmorales@google.com> | Sat Apr 11 02:03:01 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Apr 11 02:03:01 2015 +0000 |
tree | d3d3bffd95b0b260372793c4056a9b6c9b08e8da | |
parent | e7444884c759b066c65e0be32a7e753c0c667709 [diff] | |
parent | b9e58c810a90520843736bb7d27c2491a67b5add [diff] |
Merge "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,