summaryrefslogtreecommitdiffstats
path: root/vl.h
diff options
context:
space:
mode:
authorths2007-01-15 19:32:02 +0100
committerths2007-01-15 19:32:02 +0100
commitfde7d5bd733fd64bdbf9600d1d5d83c96d004a62 (patch)
tree99f9456518939da51cd19e5596f0e3715d598af8 /vl.h
parentPIIX4 support, by Aurelien Jarno. (diff)
downloadqemu-fde7d5bd733fd64bdbf9600d1d5d83c96d004a62.tar.gz
qemu-fde7d5bd733fd64bdbf9600d1d5d83c96d004a62.tar.xz
qemu-fde7d5bd733fd64bdbf9600d1d5d83c96d004a62.zip
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vl.h b/vl.h
index db367c13be..759d2d3d59 100644
--- a/vl.h
+++ b/vl.h
@@ -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;