Modify headers
authorDongGi jang <dg0402.jang@samsung.com>
Wed, 22 Feb 2012 09:17:28 +0000 (18:17 +0900)
committerDongGi jang <dg0402.jang@samsung.com>
Wed, 22 Feb 2012 09:17:28 +0000 (18:17 +0900)
device_engine.h
devman_haptic.h

index f130704..e348a68 100644 (file)
 */ 
 
 
+
+#ifndef        __DEVICE_ENGINE_H__
+#define        __DEVICE_ENGINE_H__
+
 #ifndef API
 #define API __attribute__ ((visibility("default")))
 #endif
@@ -48,3 +52,5 @@ int sys_get_int(char *fname, int *val);
 int sys_set_int(char *fname, int val);
 char *sys_get_str(char *fname);
 int sys_set_str(char *fname, char *val);
+
+#endif         /* __DEVICE_ENGINE_H__ */
index ea16246..a6372a9 100644 (file)
@@ -421,4 +421,4 @@ extern "C" {
 #ifdef __cplusplus
 }
 #endif
-#endif
+#endif         /* __DEVMAN_HAPTIC_H__ */