diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-07 14:30:38 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-07 14:30:38 +0000 |
commit | e927bb0070c9f946cfe4a276ebccfab9c5f03e0e (patch) | |
tree | a58e2d43a294d72e9c713ce9f36a1f5f277383d8 /hw/boards.h | |
parent | a350e694245c1ce9492c67db83e1fd325e767769 (diff) |
Nokia N810 basic system emulation.
Add TSC2005 touchscreen controller.
Add N810 machine definition.
Unify N800 and N810 ATAG list generation.
Pass a word length parameter on every SPI transfer.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4374 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 4e4f29cdd0..2d67a707a6 100644 --- a/hw/boards.h +++ b/hw/boards.h @@ -86,6 +86,7 @@ extern QEMUMachine palmte_machine; /* nseries.c */ extern QEMUMachine n800_machine; +extern QEMUMachine n810_machine; /* gumstix.c */ extern QEMUMachine connex_machine; |