summaryrefslogtreecommitdiff
path: root/hw/sd.h
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-14 21:05:22 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-14 21:05:22 +0000
commit827df9f3c5fdea53531acf02b2db0afb9858f053 (patch)
tree95cb9c8d0ab76f1155f25df9cda123ce97cb0643 /hw/sd.h
parentMove the excess of arm_load_kernel() parameters into a struct. (diff)
downloadqemu-kvm-827df9f3c5fdea53531acf02b2db0afb9858f053.tar.gz
qemu-kvm-827df9f3c5fdea53531acf02b2db0afb9858f053.tar.bz2
qemu-kvm-827df9f3c5fdea53531acf02b2db0afb9858f053.zip
Add basic OMAP2 chip support.
Add the OMAP242x (arm1136 core) initialisation with basic on-chip peripherals and update OMAP1 peripherals which are re-used in OMAP2. Make palmte.c and sd.c errors go to stderr. Allow disabling SD chipselect. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4213 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/sd.h')
-rw-r--r--hw/sd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/sd.h b/hw/sd.h
index 85f110f3c..cb7bc9c9a 100644
--- a/hw/sd.h
+++ b/hw/sd.h
@@ -74,6 +74,7 @@ void sd_write_data(SDState *sd, uint8_t value);
uint8_t sd_read_data(SDState *sd);
void sd_set_cb(SDState *sd, qemu_irq readonly, qemu_irq insert);
int sd_data_ready(SDState *sd);
+void sd_enable(SDState *sd, int enable);
/* ssi-sd.c */
int ssi_sd_xfer(void *opaque, int val);