diff options
Diffstat (limited to 'arch/x86/machine/boot.h')
-rw-r--r-- | arch/x86/machine/boot.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/boot.h b/arch/x86/machine/boot.h index c85c264..d30b3be 100644 --- a/arch/x86/machine/boot.h +++ b/arch/x86/machine/boot.h @@ -15,8 +15,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _X86_BOOT_H -#define _X86_BOOT_H +#ifndef X86_BOOT_H +#define X86_BOOT_H #include <stdnoreturn.h> @@ -166,4 +166,4 @@ INIT_OP_DECLARE(boot_setup_shutdown); #endif /* __ASSEMBLER__ */ -#endif /* _X86_BOOT_H */ +#endif /* X86_BOOT_H */ |