aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/eaglelion/5bcm/chip.h
diff options
context:
space:
mode:
authorarch import user (historical) <svn@openbios.org>2005-07-06 17:04:01 +0000
committerarch import user (historical) <svn@openbios.org>2005-07-06 17:04:01 +0000
commit4e83d70a4393674ac3b54d1343533fc1d2c489d0 (patch)
tree8bd72bfeec029eedd692a88aa5c401ce9ace66ad /src/mainboard/eaglelion/5bcm/chip.h
parentb47a4d3347972704cc05b1a55c0af582764815aa (diff)
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-25
Creator: Hamish Guthrie <hamish@prodigi.ch> Adds a tree for the Eaglelion mainboard. This board has an AMD GX1 processor in a typical Mini-ATX format with a few ISA and PCI slots. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1941 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/eaglelion/5bcm/chip.h')
-rw-r--r--src/mainboard/eaglelion/5bcm/chip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/eaglelion/5bcm/chip.h b/src/mainboard/eaglelion/5bcm/chip.h
new file mode 100644
index 0000000000..4eb6bf7f25
--- /dev/null
+++ b/src/mainboard/eaglelion/5bcm/chip.h
@@ -0,0 +1,5 @@
+extern struct chip_operations mainboard_eaglelion_5bcm_ops;
+
+struct mainboard_eaglelion_5bcm_config {
+ int nothing;
+};