ae469715902990a29127c6ba85e3866146a024cf
[coreboot.git] / src / superio / NSC / pc87427 / 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_NSC_pc87427_ops;
9
10 #include <pc80/keyboard.h>
11 #include <uart8250.h>
12
13 struct superio_NSC_pc87427_config {
14         struct uart8250 com1, com2;
15         struct pc_keyboard keyboard;
16 };