mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@261 f3766cd6-281f-0410-b1cd-43a5c92072e9
9 lines
148 B
C
9 lines
148 B
C
|
|
|
|
#include <keyboard.h>
|
|
#include <uart8250.h>
|
|
|
|
struct superio_winbond_w83627hf_config {
|
|
int com1_baud, com2_baud;
|
|
struct pc_keyboard keyboard;
|
|
};
|