summaryrefslogtreecommitdiffstats
path: root/include/hardware
diff options
context:
space:
mode:
authorAndres Morales <anmorales@google.com>2015-04-08 12:38:26 -0700
committerAndres Morales <anmorales@google.com>2015-04-11 02:02:53 +0000
commitb9e58c810a90520843736bb7d27c2491a67b5add (patch)
treed3d3bffd95b0b260372793c4056a9b6c9b08e8da /include/hardware
parente7444884c759b066c65e0be32a7e753c0c667709 (diff)
downloadhardware_libhardware-b9e58c810a90520843736bb7d27c2491a67b5add.zip
hardware_libhardware-b9e58c810a90520843736bb7d27c2491a67b5add.tar.gz
hardware_libhardware-b9e58c810a90520843736bb7d27c2491a67b5add.tar.bz2
Add HW_AUTH_TOKEN_VERSION constant
Change-Id: Ic01da2b9ed8efcdba7750d8ca7fe2321d9047b68
Diffstat (limited to 'include/hardware')
-rw-r--r--include/hardware/hw_auth_token.h2
1 files changed, 2 insertions, 0 deletions
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,