From 6ad1b899ed93f8bc110cdec7a722c8740f9f8d66 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 31 Jul 2023 22:24:29 +0300 Subject: start working on irqs --- include/arch/cpu.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/arch/cpu.h') diff --git a/include/arch/cpu.h b/include/arch/cpu.h index d142433..1fd146e 100644 --- a/include/arch/cpu.h +++ b/include/arch/cpu.h @@ -1,8 +1,8 @@ /* SPDX-License-Identifier: copyleft-next-0.3.1 */ /* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ -#ifndef KMI_CPU_H -#define KMI_CPU_H +#ifndef KMI_ARCH_CPU_H +#define KMI_ARCH_CPU_H /** * @file cpu.h @@ -43,4 +43,4 @@ void cpu_assign(struct tcb *t); */ void cpu_send_ipi(id_t cpu_id); -#endif /* KMI_CPU_H */ +#endif /* KMI_ARCH_CPU_H */ -- cgit v1.3