X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fdeviced%2Fhaptic-module.h;h=68d171ebf6f289e8614362dcba6f63cf66744d9e;hb=aaf38263d90ac3ba61edfc54bc439c087b0c1b4d;hp=ba72d3281836234811fa5dbc512acf22e86d8dd2;hpb=36f7f06f83143ce0dd3929e161716b61a61c477a;p=framework%2Fsystem%2Fdeviced.git diff --git a/src/deviced/haptic-module.h b/src/deviced/haptic-module.h index ba72d32..68d171e 100644 --- a/src/deviced/haptic-module.h +++ b/src/deviced/haptic-module.h @@ -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