diff options
author | Yang Gu <yang.gu@intel.com> | 2010-03-31 17:17:00 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-03-31 12:14:33 -0500 |
commit | 0300462b4251a1c4f28e294f567313869135b661 (patch) | |
tree | 133a1d1949283b073665d6c959fc288bdce8004e /src | |
parent | ee4a3d2b12d20d29187698370540e4198b94b7c3 (diff) | |
download | ofono-0300462b4251a1c4f28e294f567313869135b661.tar.bz2 |
Add enum for icon qualifier
Diffstat (limited to 'src')
-rw-r--r-- | src/stkutil.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h index 9ba8138f..5619211f 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -296,6 +296,11 @@ enum stk_service_state { STK_NO_SERVICE = 0x02 }; +enum stk_icon_qualifier { + STK_ICON_QUALIFIER_TYPE_SELF_EXPLANATORY = 0x00, + STK_ICON_QUALIFIER_TYPE_NON_SELF_EXPLANATORY = 0x01 +}; + /* For data object that only has a byte array with undetermined length */ struct stk_common_byte_array { unsigned char *array; |