From 172c68edf5f0cd370fd4351a61c46f67eb3a5222 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Sat, 27 Feb 2010 10:20:23 -0600 Subject: stk: Refactor proactive command parser Make it a bit easier to extend by using va_args --- src/stkutil.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stkutil.h') 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, -- cgit v1.2.3