diff options
-rw-r--r-- | src/superio/NSC/pc87360/chip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/superio/NSC/pc87360/chip.h b/src/superio/NSC/pc87360/chip.h index 04bdea30de..24bf65061f 100644 --- a/src/superio/NSC/pc87360/chip.h +++ b/src/superio/NSC/pc87360/chip.h @@ -11,6 +11,8 @@ #define SIO_COM2_BASE 0x2F8 #endif +extern struct chip_control superio_NSC_pc87360_control; + struct superio_NSC_pc87360_config { struct com_ports com1; struct lpt_ports lpt; |