Fix compilation on yeeloong
This commit is contained in:
parent
a30f510eac
commit
6d387bafaf
1 changed files with 2 additions and 0 deletions
|
@ -70,9 +70,11 @@
|
|||
/* Turn on DTR, RTS, and OUT2. */
|
||||
#define UART_ENABLE_OUT2 0x08
|
||||
|
||||
#ifndef ASM_FILE
|
||||
#include <grub/cpu/io.h>
|
||||
|
||||
grub_port_t
|
||||
grub_ns8250_hw_get_port (const unsigned int unit);
|
||||
#endif
|
||||
|
||||
#endif /* ! GRUB_SERIAL_MACHINE_HEADER */
|
||||
|
|
Loading…
Reference in a new issue