tizen 2.3 release
[framework/system/deviced.git] / src / deviced / haptic-module.h
index ba72d32..68d171e 100644 (file)
@@ -51,6 +51,13 @@ typedef enum
 } haptic_module_feedback;
 
 /**
+ * @brief Enumerations of unlimited duration for the Haptic Module API.
+ */
+typedef enum {
+       HAPTIC_MODULE_DURATION_UNLIMITED = 0x7FFFFFFF,
+} haptic_module_duration;
+
+/**
  * @brief Enumerations of iteration count for the Haptic Module API.
  */
 typedef enum