diff options
Diffstat (limited to 'include/arch/cpu.h')
| -rw-r--r-- | include/arch/cpu.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 */ |
