From: ByungWoo Lee Date: Tue, 6 Sep 2016 01:07:11 +0000 (+0900) Subject: Add TIZEN_ERROR_USB_HOST X-Git-Tag: submit/tizen/20160907.041911~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fecd330e9e1d1bbece862b27f63c14f7917917e2;p=platform%2Fcore%2Fapi%2Fcommon.git Add TIZEN_ERROR_USB_HOST Change-Id: Ibfc3e06c2e86d3576cfe8602e6fa6ef3c8295775 --- diff --git a/include/tizen_error.h b/include/tizen_error.h index b6d4e59..26cd8d9 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -229,6 +229,8 @@ extern "C" { #define TIZEN_ERROR_HEALTH -0x02490000 /* Tizen Feedback Error */ #define TIZEN_ERROR_FEEDBACK -0x024A0000 +/* Tizen USB Host Error */ +#define TIZEN_ERROR_USB_HOST -0x024B0000 /* Tizen Telephony Error */ #define TIZEN_ERROR_TELEPHONY -0x02600000 /* Tizen EFL Util Error */