diff options
Diffstat (limited to 'arch/riscv64/kernel/regs.h')
| -rw-r--r-- | arch/riscv64/kernel/regs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/riscv64/kernel/regs.h b/arch/riscv64/kernel/regs.h index 2c19092..da62a74 100644 --- a/arch/riscv64/kernel/regs.h +++ b/arch/riscv64/kernel/regs.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_RISCV_REGS_H -#define APOS_RISCV_REGS_H +#ifndef KMI_RISCV_REGS_H +#define KMI_RISCV_REGS_H /** * @file regs.h @@ -82,4 +82,4 @@ struct riscv_regs { t6; }; -#endif /* APOS_RISCV_REGS_H */ +#endif /* KMI_RISCV_REGS_H */ |
