aboutsummaryrefslogtreecommitdiff
path: root/include/arch/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/types.h')
-rw-r--r--include/arch/types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/arch/types.h b/include/arch/types.h
index 8732be2..58f9ef4 100644
--- a/include/arch/types.h
+++ b/include/arch/types.h
@@ -1,14 +1,14 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
/* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */
-#ifndef APOS_ARCH_TYPES_H
-#define APOS_ARCH_TYPES_H
+#ifndef KMI_ARCH_TYPES_H
+#define KMI_ARCH_TYPES_H
/**
* @file types.h
* Arch-specific types.
*
- * Doxygen thinks types.h if include/apos/types.h, but it's actually
+ * Doxygen thinks types.h if include/kmi/types.h, but it's actually
* arch/whatever/include/types.h. Not sure how to fix that.
*
* \todo Fix incorrect include file reference in doxygen.
@@ -20,4 +20,4 @@
#include "../../arch/riscv32/include/types.h"
#endif
-#endif /* APOS_ARCH_TYPES_H */
+#endif /* KMI_ARCH_TYPES_H */