diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-07-31 17:44:02 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-07-31 17:44:02 +0000 |
commit | 5f7fc31d701409231c1de5d470760610ea1d9ecb (patch) | |
tree | 190a665320622e2f24afda72fc7613bd9408c326 /src/superio | |
parent | 1188bd2adc2dd539d5c1a75087b8516b997a630e (diff) | |
download | coreboot-5f7fc31d701409231c1de5d470760610ea1d9ecb.tar.gz coreboot-5f7fc31d701409231c1de5d470760610ea1d9ecb.tar.bz2 coreboot-5f7fc31d701409231c1de5d470760610ea1d9ecb.zip |
fix for newconfig
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1061 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio')
-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 04bdea30de47..24bf65061f43 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; |