summaryrefslogtreecommitdiff
path: root/include/service_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/service_common.h')
-rw-r--r--include/service_common.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/service_common.h b/include/service_common.h
index 6b0e4dd..fa0188c 100644
--- a/include/service_common.h
+++ b/include/service_common.h
@@ -14,9 +14,8 @@
* limitations under the License.
*/
enum tcb_type {
- TCB_CLIENT_TYPE_UNDEFINED = 0x00,
- TCB_CLIENT_TYPE_APP = 0x01,
- TCB_CLIENT_TYPE_SERVICE = 0x02,
+ TCB_CLIENT_TYPE_APP = 0x00,
+ TCB_CLIENT_TYPE_SERVICE = 0x01,
TCB_CLIENT_TYPE_UNKNOWN = 0xff,
};