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