aboutsummaryrefslogtreecommitdiffstats
path: root/include/wakelock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wakelock.h')
-rw-r--r--include/wakelock.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/wakelock.h b/include/wakelock.h
index aa10521..d9dcdae 100644
--- a/include/wakelock.h
+++ b/include/wakelock.h
@@ -1,4 +1,4 @@
-/**
+/*
* This file is part of libsamsung-ipc.
*
* Copyright (C) 2012 Alexander Tarasikov <alexander.tarasikov@gmail.com>
@@ -18,10 +18,10 @@
*
*/
-#ifndef __WAKELOCK_H__
-#define __WAKELOCK_H__
+#ifndef __SAMSUNG_IPC_WAKELOCK_H__
+#define __SAMSUNG_IPC_WAKELOCK_H__
extern int wake_lock(char *lock_name);
extern int wake_unlock(char *lock_name);
-#endif //__WAKELOCK_H__
+#endif