diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-24 23:47:38 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-24 23:47:38 +0000 |
commit | 3e3f67547b2007592960e5b2d01f53a1ee0d863a (patch) | |
tree | cdffdd32d9875ed48187039e2382ca887df0d846 /hw/boards.h | |
parent | 775616c3ae8c9bdd43d57274f259b09ae87217b0 (diff) |
Gumstix Verdex (ARM) board support by Thorsten Zitterell.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3732 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/boards.h')
-rw-r--r-- | hw/boards.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/boards.h b/hw/boards.h index 73a44a4a3b..3decd04d43 100644 --- a/hw/boards.h +++ b/hw/boards.h @@ -78,6 +78,7 @@ extern QEMUMachine palmte_machine; /* gumstix.c */ extern QEMUMachine connex_machine; +extern QEMUMachine verdex_machine; /* stellaris.c */ extern QEMUMachine lm3s811evb_machine; |