aboutsummaryrefslogtreecommitdiff
path: root/hw/omap.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/omap.h')
-rw-r--r--hw/omap.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/omap.h b/hw/omap.h
index c31503094d..e58fb3c24c 100644
--- a/hw/omap.h
+++ b/hw/omap.h
@@ -491,6 +491,11 @@ struct i2s_codec_s {
qemu_irq rx_swallow;
qemu_irq tx_start;
+ int tx_rate;
+ int cts;
+ int rx_rate;
+ int rts;
+
struct i2s_fifo_s {
uint8_t *fifo;
int len;