From 5f7fc31d701409231c1de5d470760610ea1d9ecb Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Thu, 31 Jul 2003 17:44:02 +0000 Subject: fix for newconfig git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1061 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/NSC/pc87360/chip.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/superio') 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; -- cgit v1.2.3