Allow libpayload to use an OXPCIe 952 card on systems without
onboard serial port Signed-off-by: Stefan Reinauer <reinauer@google.com> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6508 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
a7163f1eb9
commit
4e67731011
@ -153,7 +153,6 @@ int keyboard_set_layout(char *country);
|
||||
* @{
|
||||
*/
|
||||
void serial_init(void);
|
||||
void serial_hardware_init(int port, int speed, int word_bits, int parity, int stop_bits);
|
||||
void serial_putchar(unsigned int c);
|
||||
int serial_havechar(void);
|
||||
int serial_getchar(void);
|
||||
|
Reference in New Issue
Block a user