summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/solo/chip.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2003-09-08 14:03:50 +0000
committerStefan Reinauer <stepan@openbios.org>2003-09-08 14:03:50 +0000
commit75d42640d5fdc1d76ca9874fa0f4dd8715fe1644 (patch)
treec590f08fa4d7b5bd5826083b0f9c12040136dc04 /src/mainboard/amd/solo/chip.h
parentff0e8465e828aefb636742c254237799ed23ccd7 (diff)
update SOLO code (untested but compiling and pretty much complete!?!)
drop old configuration method. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1102 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/solo/chip.h')
-rw-r--r--src/mainboard/amd/solo/chip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/amd/solo/chip.h b/src/mainboard/amd/solo/chip.h
new file mode 100644
index 0000000000..e25cfac762
--- /dev/null
+++ b/src/mainboard/amd/solo/chip.h
@@ -0,0 +1,5 @@
+struct chip_control mainboard_amd_solo_control;
+
+struct mainboard_amd_solo_config {
+ int nothing;
+};