diff options
| author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-14 21:05:22 +0000 |
|---|---|---|
| committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-04-14 21:05:22 +0000 |
| commit | 827df9f3c5fdea53531acf02b2db0afb9858f053 (patch) | |
| tree | 95cb9c8d0ab76f1155f25df9cda123ce97cb0643 /hw/sd.h | |
| parent | f93eb9ff66868df42f8433d16f2dc48a4af2490f (diff) | |
| download | focaccia-qemu-827df9f3c5fdea53531acf02b2db0afb9858f053.tar.gz focaccia-qemu-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/sd.h b/hw/sd.h index 85f110f3c7..cb7bc9c9a4 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); |