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/cpu.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/arch/cpu.h') diff --git a/include/arch/cpu.h b/include/arch/cpu.h index c5a83d5..d4bf435 100644 --- a/include/arch/cpu.h +++ b/include/arch/cpu.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_CPU_H -#define APOS_CPU_H +#ifndef KMI_CPU_H +#define KMI_CPU_H /** * @file cpu.h @@ -10,8 +10,8 @@ * arch/whatever/kernel/cpu.c */ -#include -#include +#include +#include #if defined(riscv64) #include "../../arch/riscv64/include/cpu.h" @@ -43,4 +43,4 @@ void cpu_assign(struct tcb *t); */ void cpu_send_ipi(id_t cpu_id); -#endif /* APOS_CPU_H */ +#endif /* KMI_CPU_H */ -- cgit v1.3