etc: #ifndef string constants name change to file name 66/161066/4
authorSegwon <segwon.han@samsung.com>
Tue, 21 Nov 2017 08:28:15 +0000 (17:28 +0900)
committerSegwon Han <segwon.han@samsung.com>
Wed, 22 Nov 2017 10:21:36 +0000 (10:21 +0000)
Change-Id: I86af8a90f9a76e7ee0e937fe2b5720ff5d3d4d1f
Signed-off-by: Segwon <segwon.han@samsung.com>
include/handle/peripheral_handle.h
include/util/peripheral_board.h
include/util/peripheral_log.h
include/util/peripheral_privilege.h

index cae3177a4a0c1de0db89d3c44629e5693f6ac042..9c5b29d4384ebc8408a5bfa0fcd43a7608b66ece 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#ifndef __PERIPHERAL_BUS_H__
-#define __PERIPHERAL_BUS_H__
+#ifndef __PERIPHERAL_HANDLE_H__
+#define __PERIPHERAL_HANDLE_H__
 
 #include <gio/gio.h>
 
@@ -97,4 +97,4 @@ typedef struct {
 
 typedef peripheral_bus_data_s *pb_data_h;
 
-#endif /* __PERIPHERAL_BUS_H__ */
+#endif /* __PERIPHERAL_HANDLE_H__ */
index c84b8b745f81669d37527ecab0dbccdd349f728c..2e73543e6e1b1cff41782d76cbd13729401cb82b 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#ifndef __PERIPHERAL_BUS_BOARD_H__
-#define __PERIPHERAL_BUS_BOARD_H__
+#ifndef __PERIPHERAL_BOARD_H__
+#define __PERIPHERAL_BOARD_H__
 
 #define BOARD_DEVICE_TREE      "/proc/device-tree/model"
 #define BOARD_PINS_MAX 4
@@ -61,4 +61,4 @@ pb_board_dev_s *peripheral_bus_board_find_device(pb_board_dev_e dev_type, pb_boa
 pb_board_s *peripheral_bus_board_init(void);
 void peripheral_bus_board_deinit(pb_board_s *board);
 
-#endif /* __PERIPHERAL_BUS_BOARD_H__ */
+#endif /* __PERIPHERAL_BOARD_H__ */
index 535ab04e1851d797a87758004b4833d0cb98b89a..466966b10710020071928834bd008025cc2fce12 100644 (file)
@@ -54,4 +54,4 @@
                } \
        } while (0)
 
-#endif /* __PERIPHERAL_COMMON_H__ */
+#endif /* __PERIPHERAL_LOG_H__ */
index e225bf7cb25cafe3ac56b0fb9deddd7b1edf28f7..ee6928893b4c94e74b489b16a8416c20ea9c5e6b 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#ifndef __PRIVILEGE_CHECKER_H__
-#define __PRIVILEGE_CHECKER_H__
+#ifndef __PERIPHERAL_PRIVILEGE_H__
+#define __PERIPHERAL_PRIVILEGE_H__
 
 #include <gio/gio.h>
 
@@ -23,4 +23,4 @@ void peripheral_privilege_init(void);
 void peripheral_privilege_deinit(void);
 int peripheral_privilege_check(GDBusMethodInvocation *invocation, GDBusConnection *connection);
 
-#endif /* __PRIVILEGE_CHECKER_H__ */
+#endif /* __PERIPHERAL_PRIVILEGE_H__ */