switch-coreboot/superio/winbond/w83627hf/chip.h
Stefan Reinauer a28ba99d1a This part was missing in the last commit. Sorry.
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
2007-03-13 10:05:41 +00:00

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;
};