diff options
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, |