diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-02-27 10:20:23 -0600 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-02-27 10:20:23 -0600 |
commit | 172c68edf5f0cd370fd4351a61c46f67eb3a5222 (patch) | |
tree | eb60175b8fa24cc591461679a96e3a7bca822f4f /src/stkutil.h | |
parent | 6497d29719c55cec2ffc6b36e19c51baaac4c391 (diff) | |
download | ofono-172c68edf5f0cd370fd4351a61c46f67eb3a5222.tar.bz2 |
stk: Refactor proactive command parser
Make it a bit easier to extend by using va_args
Diffstat (limited to 'src/stkutil.h')
-rw-r--r-- | src/stkutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h index e9c4e463..2664ba52 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -80,6 +80,7 @@ enum stk_command_type { }; enum stk_data_object_type { + STK_DATA_OBJECT_TYPE_INVALID = 0x00, STK_DATA_OBJECT_TYPE_COMMAND_DETAILS = 0x01, STK_DATA_OBJECT_TYPE_DEVICE_IDENTITIES = 0x02, STK_DATA_OBJECT_TYPE_RESULT = 0x03, |