summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801er/chip.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2006-04-06 21:37:10 +0000
committerStefan Reinauer <stepan@openbios.org>2006-04-06 21:37:10 +0000
commit966d0e6d70b20b6d14e265d59aaad37ce84d2ddb (patch)
tree70a4ea1fb8f3de6912dd6e2064f832bd5a393bbc /src/southbridge/intel/i82801er/chip.h
parent44f72eb3a3d07ec3c775b748f6a2a16e9e0a3e75 (diff)
downloadcoreboot-966d0e6d70b20b6d14e265d59aaad37ce84d2ddb.tar.xz
break the tree really quick due to svn restrictions, next commit fill fix it
again. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2240 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/intel/i82801er/chip.h')
-rw-r--r--src/southbridge/intel/i82801er/chip.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/southbridge/intel/i82801er/chip.h b/src/southbridge/intel/i82801er/chip.h
deleted file mode 100644
index 1c7257813a..0000000000
--- a/src/southbridge/intel/i82801er/chip.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef I82801ER_CHIP_H
-#define I82801ER_CHIP_H
-
-struct southbridge_intel_i82801er_config
-{
-};
-extern struct chip_operations southbridge_intel_i82801er_ops;
-
-#endif /* I82801ER_CHIP_H */