blob: 52864fe04c1319936e993fce1d521dc6ce459aec (
plain)
1
2
3
4
5
6
7
8
9
|
extern struct chip_operations superio_winbond_w83627thf_ops;
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_winbond_w83627thf_config {
struct uart8250 com1, com2;
struct pc_keyboard keyboard;
};
|