revise close device function to don't stop effect in other processes
[platform/core/system/haptic-module-tizen.git] / tizen / DEVICE / include / file.h
index 6fa11db..54ced39 100644 (file)
@@ -71,5 +71,6 @@ int GetHapticBufferDuration(const unsigned char *vibe_buffer, int *duration);
 int PlayHapticBuffer(const unsigned char *vibe_buffer, int iteration, int level, int *effect_handle);
 int OpenHapticDevice(void);
 int CloseHapticDevice(void);
+int StopHaptic(void);
 
 #endif // __FIEL_H__