diff options
Diffstat (limited to 'include/drivers/console.h')
-rw-r--r-- | include/drivers/console.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drivers/console.h b/include/drivers/console.h index f31de9549..cada771b4 100644 --- a/include/drivers/console.h +++ b/include/drivers/console.h @@ -28,7 +28,7 @@ /* Returned by console_xxx() if no registered console implements xxx. */ #define ERROR_NO_VALID_CONSOLE (-128) -#ifndef __ASSEMBLY__ +#ifndef __ASSEMBLER__ #include <stdint.h> @@ -75,6 +75,6 @@ int console_getc(void); /* Flush all consoles registered for the current state. */ int console_flush(void); -#endif /* __ASSEMBLY__ */ +#endif /* __ASSEMBLER__ */ #endif /* CONSOLE_H */ |