From ea5ebe0809fb31b9f125ac0689f706cc5f3f078f Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 30 Apr 2023 17:06:02 +0300 Subject: rename to kmi --- include/arch/arch.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/arch/arch.h') diff --git a/include/arch/arch.h b/include/arch/arch.h index ac3e25a..406a285 100644 --- a/include/arch/arch.h +++ b/include/arch/arch.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_H -#define APOS_ARCH_H +#ifndef KMI_ARCH_H +#define KMI_ARCH_H /** * @file arch.h @@ -10,7 +10,7 @@ * arch/whatever/kernel/main.c */ -#include +#include #if defined(riscv64) #include "../../arch/riscv64/include/arch.h" @@ -29,4 +29,4 @@ */ stat_t setup_arch(void *fdt); -#endif /* APOS_ARCH_H */ +#endif /* KMI_ARCH_H */ -- cgit v1.3