]> git.proxmox.com Git - mirror_qemu.git/blobdiff - vl.h
SD card emulation (initial implementation by Andrzei Zaborowski).
[mirror_qemu.git] / vl.h
diff --git a/vl.h b/vl.h
index d44d6aa000751c9bc60a6a0058cb33c171a23dab..eb87a511adc4cb712d2537f72cd829f6dc1c5d16 100644 (file)
--- 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);