aboutsummaryrefslogtreecommitdiff
path: root/include/arch/lock.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-04-30 17:06:02 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-04-30 17:06:02 +0300
commitea5ebe0809fb31b9f125ac0689f706cc5f3f078f (patch)
tree17081bd689709a9bfe48467c458425dea876bddd /include/arch/lock.h
parent8a5e4cf53d981e793fca90d9b51bd395265cf4db (diff)
downloadkmi-ea5ebe0809fb31b9f125ac0689f706cc5f3f078f.tar.gz
kmi-ea5ebe0809fb31b9f125ac0689f706cc5f3f078f.zip
rename to kmi
Diffstat (limited to 'include/arch/lock.h')
-rw-r--r--include/arch/lock.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/arch/lock.h b/include/arch/lock.h
index a22ed21..13d010a 100644
--- a/include/arch/lock.h
+++ b/include/arch/lock.h
@@ -1,8 +1,8 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
/* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */
-#ifndef APOS_ARCH_LOCK_H
-#define APOS_ARCH_LOCK_H
+#ifndef KMI_ARCH_LOCK_H
+#define KMI_ARCH_LOCK_H
/**
* @file lock.h
@@ -15,4 +15,4 @@
#include "../../arch/riscv32/include/lock.h"
#endif
-#endif /* APOS_ARCH_LOCK_H */
+#endif /* KMI_ARCH_LOCK_H */