diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-15 02:05:00 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-15 02:05:00 +0000 |
commit | 997641a84ff334ac2142ade697c3521336c8ef58 (patch) | |
tree | a1c376bf315a7e46ae0d8cd7531a7cfc3833c448 /hw/boards.h | |
parent | de956597d6308782fd0e2de0e9560e2b986c07a9 (diff) |
ARM: basic SX1-cellphone sysemu support (Jean-Christophe PLAGNIOL-VILLARD).
The TSC2102 chip is not included in documentation because a patch is
pending.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6038 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/boards.h')
-rw-r--r-- | hw/boards.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/boards.h b/hw/boards.h index d30c0fced9..a7b8126bbd 100644 --- a/hw/boards.h +++ b/hw/boards.h @@ -86,6 +86,10 @@ extern QEMUMachine spitzpda_machine; extern QEMUMachine borzoipda_machine; extern QEMUMachine terrierpda_machine; +/* omap_sx1.c */ +extern QEMUMachine sx1_machine_v1; +extern QEMUMachine sx1_machine_v2; + /* palm.c */ extern QEMUMachine palmte_machine; |