summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/quartet/chip.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2003-09-09 13:30:58 +0000
committerStefan Reinauer <stepan@openbios.org>2003-09-09 13:30:58 +0000
commit5282cd08756eb5084d5a86a7e18a87bc6801d5b7 (patch)
tree53c0630690707e1206eade7ac0151fd58f72a1c4 /src/mainboard/amd/quartet/chip.h
parentdad60489d5dcce58ad6b99f5bc6becc1d4fc7660 (diff)
downloadcoreboot-5282cd08756eb5084d5a86a7e18a87bc6801d5b7.tar.xz
remove old config files, adopt to new config method. fix resource map (?)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1107 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/quartet/chip.h')
-rw-r--r--src/mainboard/amd/quartet/chip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/amd/quartet/chip.h b/src/mainboard/amd/quartet/chip.h
new file mode 100644
index 0000000000..191eb65e5c
--- /dev/null
+++ b/src/mainboard/amd/quartet/chip.h
@@ -0,0 +1,5 @@
+struct chip_control mainboard_amd_quartet_control;
+
+struct mainboard_amd_quartet_config {
+ int nothing;
+};