From 3d6107410848dbdbb0aebb58d889dd0afa4cfcd9 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 24 Oct 2006 23:08:10 +0000 Subject: Rename src/superio/NSC to src/superio/nsc. Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2473 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/nsc/pc97317/chip.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/superio/nsc/pc97317/chip.h (limited to 'src/superio/nsc/pc97317/chip.h') diff --git a/src/superio/nsc/pc97317/chip.h b/src/superio/nsc/pc97317/chip.h new file mode 100644 index 0000000000..7997dff8bc --- /dev/null +++ b/src/superio/nsc/pc97317/chip.h @@ -0,0 +1,20 @@ +#ifndef _SUPERIO_NSC_PC97317 +#define _SUPERIO_NSC_PC97317 + +#ifndef PNP_INDEX_REG +#define PNP_INDEX_REG 0x15C +#endif +#ifndef PNP_DATA_REG +#define PNP_DATA_REG 0x15D +#endif + +extern struct chip_operations superio_nsc_pc97317_ops; + +#include +#include + +struct superio_nsc_pc97317_config { + struct uart8250 com1, com2; + struct pc_keyboard keyboard; +}; +#endif /* _SUPERIO_NSC_PC97317 */ -- cgit v1.2.3