summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilbok Lee <gilbok.lee@samsung.com>2016-09-27 18:05:40 +0900
committerGilbok Lee <gilbok.lee@samsung.com>2016-09-27 18:07:00 +0900
commitfe846fa123791b1d9b9f6e10ab7b17fc71c2e6c4 (patch)
treeea5acf70c07e4d7fe80b17581e75559f31d3a5a4
parentdf10f465c54150fd65a725f9088b757f0ad6e7b5 (diff)
downloadmm-hal-interface-fe846fa123791b1d9b9f6e10ab7b17fc71c2e6c4.tar.gz
mm-hal-interface-fe846fa123791b1d9b9f6e10ab7b17fc71c2e6c4.tar.bz2
mm-hal-interface-fe846fa123791b1d9b9f6e10ab7b17fc71c2e6c4.zip
[Radio] Add RADIO_ERROR_NO_ANTENNA error type
[Version] 0.0.3 [Profile] Common [Issue Type] Add Error type Change-Id: I20797ff6d57d81b82f020327d58fe145485efcb9 Signed-off-by: Gilbok Lee <gilbok.lee@samsung.com>
-rw-r--r--radio/tizen-radio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/radio/tizen-radio.h b/radio/tizen-radio.h
index c2bbadb..8f6ce17 100644
--- a/radio/tizen-radio.h
+++ b/radio/tizen-radio.h
@@ -53,6 +53,7 @@ typedef enum radio_error {
RADIO_ERROR_DEVICE_NOT_OPENED,
RADIO_ERROR_DEVICE_NOT_FOUND,
RADIO_ERROR_DEVICE_NOT_SUPPORTED,
+ RADIO_ERROR_NO_ANTENNA,
RADIO_ERROR_INTERNAL,
RADIO_ERROR_UNKNOWN
} radio_error_t;