Fix compilation on yeeloong

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-29 13:45:36 +02:00
parent a30f510eac
commit 6d387bafaf
1 changed files with 2 additions and 0 deletions

View File

@ -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 */