x86_64: allow serial port baud rate to be configured

This commit is contained in:
2023-05-07 12:22:47 +01:00
parent 9e16a2e70c
commit 96e695704a
3 changed files with 46 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ extern char serial_recv_byte(int device);
extern int serial_rcvd(int device);
extern void serialcon_init(void);
extern void serialcon_init(int baud);
#ifdef __cplusplus
}