aboutsummaryrefslogtreecommitdiff
path: root/vl.h
diff options
context:
space:
mode:
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/vl.h b/vl.h
index d44d6aa000..eb87a511ad 100644
--- a/vl.h
+++ b/vl.h
@@ -956,6 +956,7 @@ extern uint8_t _translate_keycode(const int key);
#define MAX_DISKS 4
extern BlockDriverState *bs_table[MAX_DISKS + 1];
+extern BlockDriverState *sd_bdrv;
void isa_ide_init(int iobase, int iobase2, int irq,
BlockDriverState *hd0, BlockDriverState *hd1);
@@ -1385,6 +1386,10 @@ void pl050_init(uint32_t base, void *pic, int irq, int is_mouse);
/* pl080.c */
void *pl080_init(uint32_t base, void *pic, int irq, int nchannels);
+/* pl181.c */
+void pl181_init(uint32_t base, BlockDriverState *bd,
+ void *pic, int irq0, int irq1);
+
/* pl190.c */
void *pl190_init(uint32_t base, void *parent, int irq, int fiq);