diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-15 18:32:02 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-15 18:32:02 +0000 |
commit | fde7d5bd733fd64bdbf9600d1d5d83c96d004a62 (patch) | |
tree | 99f9456518939da51cd19e5596f0e3715d598af8 /vl.h | |
parent | 5c2b87e34df1f00d8bb788b01a7506351421c10e (diff) |
Gallileo GT64xxx support, by Aurelien Jarno.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2318 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -835,6 +835,9 @@ typedef struct HeathrowPICS HeathrowPICS; void heathrow_pic_set_irq(void *opaque, int num, int level); HeathrowPICS *heathrow_pic_init(int *pmem_index); +/* gt64xxx.c */ +PCIBus *pci_gt64120_init(void *pic); + #ifdef HAS_AUDIO struct soundhw { const char *name; |