summaryrefslogtreecommitdiff
path: root/hw/boards.h
diff options
context:
space:
mode:
authoredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>2009-01-07 12:19:50 +0000
committeredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>2009-01-07 12:19:50 +0000
commit10c144e2fbc985d85e4ce5370dc2e97afe47403f (patch)
tree8d9ac52e8de838ef282d4e3c5ba77520a852b8fb /hw/boards.h
parentde55306582ee4f7d487c01160035a5c39aa5f3e8 (diff)
downloadqemu-10c144e2fbc985d85e4ce5370dc2e97afe47403f.tar.gz
ETRAX: Add a model for the axis devboard88 machine.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6197 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/boards.h')
-rw-r--r--hw/boards.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/boards.h b/hw/boards.h
index bff1cf06c6..4f690c9e8a 100644
--- a/hw/boards.h
+++ b/hw/boards.h
@@ -27,6 +27,7 @@ void register_machines(void);
/* Axis ETRAX. */
extern QEMUMachine bareetraxfs_machine;
+extern QEMUMachine axisdev88_machine;
/* pc.c */
extern QEMUMachine pc_machine;