moved extern to chip.h
[coreboot.git] / src / superio / NSC / pc97307 / chip.h
1 #ifndef _SUPERIO_NSC_PC97307
2 #define _SUPERIO_NSC_PC97307
3
4 #ifndef PNP_INDEX_REG
5 #define PNP_INDEX_REG   0x15C
6 #endif
7 #ifndef PNP_DATA_REG
8 #define PNP_DATA_REG    0x15D
9 #endif
10 #ifndef SIO_COM1
11 #define SIO_COM1_BASE   0x3F8
12 #endif
13 #ifndef SIO_COM2
14 #define SIO_COM2_BASE   0x2F8
15 #endif
16
17 extern struct chip_control superio_NSC_pc97307_control;
18
19 struct superio_NSC_pc97307_config {
20     struct com_ports com1;
21     struct lpt_ports lpt;
22     int port;
23 };
24 #endif /* _SUPERIO_NSC_PC97307 */