diff options
Diffstat (limited to 'arch/x86/machine/uart.h')
-rw-r--r-- | arch/x86/machine/uart.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/uart.h b/arch/x86/machine/uart.h index 0054da86..aaba2614 100644 --- a/arch/x86/machine/uart.h +++ b/arch/x86/machine/uart.h @@ -18,8 +18,8 @@ * Tiny 8250 UART driver. */ -#ifndef _X86_UART_H -#define _X86_UART_H +#ifndef X86_UART_H +#define X86_UART_H #include <kern/init.h> @@ -36,4 +36,4 @@ INIT_OP_DECLARE(uart_bootstrap); */ INIT_OP_DECLARE(uart_setup); -#endif /* _X86_UART_H */ +#endif /* X86_UART_H */ |