- Add support _framework_ for the Asus p2b.
[coreboot.git] / src / superio / winbond / w83977tf / chip.h
1 #ifndef SIO_COM1
2 #define SIO_COM1_BASE   0x3F8
3 #endif
4 #ifndef SIO_COM2
5 #define SIO_COM2_BASE   0x2F8
6 #endif
7
8 extern struct chip_operations superio_winbond_w83977tf_ops;
9
10 #include <pc80/keyboard.h>
11 #include <uart8250.h>
12
13 struct superio_winbond_w83977tf_config {
14         struct uart8250 com1, com2;
15         struct pc_keyboard keyboard;
16 };