summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJaeho Lee <jaeho81.lee@samsung.com>2013-03-20 15:56:49 +0900
committerJaeho Lee <jaeho81.lee@samsung.com>2013-03-20 16:18:31 +0900
commita671a0b0daba404ebf880858c802fa68e2a8fa52 (patch)
tree2cc29585dab21ea4066121f84f4c2ed9ade45b46 /include
parent6113f1956bfd1fcbf5af54a7fec5928f4a1be35b (diff)
downloadalarm-manager-a671a0b0daba404ebf880858c802fa68e2a8fa52.tar.gz
alarm-manager-a671a0b0daba404ebf880858c802fa68e2a8fa52.tar.bz2
alarm-manager-a671a0b0daba404ebf880858c802fa68e2a8fa52.zip
Added a type
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com> Change-Id: I7bd850a0df0f4e2189920f35b1d32123acd22079
Diffstat (limited to 'include')
-rw-r--r--include/alarm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/alarm.h b/include/alarm.h
index 63c3940..d58e8b0 100644
--- a/include/alarm.h
+++ b/include/alarm.h
@@ -217,6 +217,7 @@ typedef enum {
#define ALARM_TYPE_DEFAULT 0x0 /*< non volatile */
#define ALARM_TYPE_VOLATILE 0x02 /*< volatile */
+#define ALARM_TYPE_NOLAUNCH 0x04 /*<without launch */
/**