summaryrefslogtreecommitdiff
path: root/src/superio
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2003-07-31 17:44:02 +0000
committerRonald G. Minnich <rminnich@gmail.com>2003-07-31 17:44:02 +0000
commit5f7fc31d701409231c1de5d470760610ea1d9ecb (patch)
tree190a665320622e2f24afda72fc7613bd9408c326 /src/superio
parent1188bd2adc2dd539d5c1a75087b8516b997a630e (diff)
downloadcoreboot-5f7fc31d701409231c1de5d470760610ea1d9ecb.tar.xz
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.h2
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;