aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-07-23 10:49:49 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-10-03 21:45:12 +0900
commitbcd7fb95274fde242b6d7d299fc4ebb03c63e905 (patch)
tree622398f212af31818f074ca7419f818fcf52846d
parent2a91614e7bd93c64c34679473e91955df4ced922 (diff)
downloadlibhinawa-bcd7fb95274fde242b6d7d299fc4ebb03c63e905.tar.gz
rename include guards with ORG_KERNEL prefix instead of ALSA prefix
The upstream of libhinawa moves to kernel.org. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--src/cycle_time.h4
-rw-r--r--src/fw_fcp.h4
-rw-r--r--src/fw_node.h4
-rw-r--r--src/fw_req.h4
-rw-r--r--src/fw_resp.h4
-rw-r--r--src/hinawa.h4
-rw-r--r--src/hinawa_enum_types.h4
-rw-r--r--src/internal.h4
8 files changed, 16 insertions, 16 deletions
diff --git a/src/cycle_time.h b/src/cycle_time.h
index 822e998..0134460 100644
--- a/src/cycle_time.h
+++ b/src/cycle_time.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
-#ifndef __HINAWA_CYCLE_TIME_H__
-#define __HINAWA_CYCLE_TIME_H__
+#ifndef __ORG_KERNEL_HINAWA_CYCLE_TIME_H__
+#define __ORG_KERNEL_HINAWA_CYCLE_TIME_H__
#include <hinawa.h>
diff --git a/src/fw_fcp.h b/src/fw_fcp.h
index 7d9682f..2f58f83 100644
--- a/src/fw_fcp.h
+++ b/src/fw_fcp.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
-#ifndef __ALSA_HINAWA_FW_FCP_H__
-#define __ALSA_HINAWA_FW_FCP_H__
+#ifndef __ORG_KERNEL_HINAWA_FW_FCP_H__
+#define __ORG_KERNEL_HINAWA_FW_FCP_H__
#include <hinawa.h>
diff --git a/src/fw_node.h b/src/fw_node.h
index e46bd82..818a463 100644
--- a/src/fw_node.h
+++ b/src/fw_node.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
-#ifndef __ALSA_HINAWA_FW_NODE_H__
-#define __ALSA_HINAWA_FW_NODE_H__
+#ifndef __ORG_KERNEL_HINAWA_FW_NODE_H__
+#define __ORG_KERNEL_HINAWA_FW_NODE_H__
#include <hinawa.h>
diff --git a/src/fw_req.h b/src/fw_req.h
index df1d6c2..1e59e86 100644
--- a/src/fw_req.h
+++ b/src/fw_req.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
-#ifndef __ALSA_HINAWA_FW_REQ_H__
-#define __ALSA_HINAWA_FW_REQ_H__
+#ifndef __ORG_KERNEL_HINAWA_FW_REQ_H__
+#define __ORG_KERNEL_HINAWA_FW_REQ_H__
#include <hinawa.h>
diff --git a/src/fw_resp.h b/src/fw_resp.h
index f8c658b..39c389b 100644
--- a/src/fw_resp.h
+++ b/src/fw_resp.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
-#ifndef __ALSA_HINAWA_FW_RESP_H__
-#define __ALSA_HINAWA_FW_RESP_H__
+#ifndef __ORG_KERNEL_HINAWA_FW_RESP_H__
+#define __ORG_KERNEL_HINAWA_FW_RESP_H__
#include <hinawa.h>
diff --git a/src/hinawa.h b/src/hinawa.h
index c6dd46a..36448c2 100644
--- a/src/hinawa.h
+++ b/src/hinawa.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
-#ifndef __ALSA_HINAWA_H__
-#define __ALSA_HINAWA_H__
+#ifndef __ORG_KERNEL_HINAWA_H__
+#define __ORG_KERNEL_HINAWA_H__
#include <glib.h>
#include <glib-object.h>
diff --git a/src/hinawa_enum_types.h b/src/hinawa_enum_types.h
index 273840b..cecc844 100644
--- a/src/hinawa_enum_types.h
+++ b/src/hinawa_enum_types.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
-#ifndef __ALSA_HINAWA_ENUM_TYPES_H__
-#define __ALSA_HINAWA_ENUM_TYPES_H__
+#ifndef __ORG_KERNEL_HINAWA_ENUM_TYPES_H__
+#define __ORG_KERNEL_HINAWA_ENUM_TYPES_H__
G_BEGIN_DECLS
diff --git a/src/internal.h b/src/internal.h
index fbf5c32..489ac0e 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
-#ifndef __ALSA_HINAWA_INTERNAL_H__
-#define __ALSA_HINAWA_INTERNAL_H__
+#ifndef __ORG_KERNEL_HINAWA_INTERNAL_H__
+#define __ORG_KERNEL_HINAWA_INTERNAL_H__
#include "hinawa.h"