summaryrefslogtreecommitdiff
path: root/src/superio/NSC/pc87427/chip.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2006-10-24 23:08:10 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2006-10-24 23:08:10 +0000
commit3d6107410848dbdbb0aebb58d889dd0afa4cfcd9 (patch)
tree97ec6a99b4e3313aef4eed983b81145d24e70f2b /src/superio/NSC/pc87427/chip.h
parentd86417bfa379de85ba7a52ba626bbdfbed389438 (diff)
Rename src/superio/NSC to src/superio/nsc.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2473 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/NSC/pc87427/chip.h')
-rw-r--r--src/superio/NSC/pc87427/chip.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/superio/NSC/pc87427/chip.h b/src/superio/NSC/pc87427/chip.h
deleted file mode 100644
index 8eaf135702..0000000000
--- a/src/superio/NSC/pc87427/chip.h
+++ /dev/null
@@ -1,9 +0,0 @@
-extern struct chip_operations superio_nsc_pc87427_ops;
-
-#include <pc80/keyboard.h>
-#include <uart8250.h>
-
-struct superio_nsc_pc87427_config {
- struct uart8250 com1, com2;
- struct pc_keyboard keyboard;
-};