aboutsummaryrefslogtreecommitdiff
path: root/include/hw/char
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2013-07-24 22:49:02 +0200
committerAndreas Färber <afaerber@suse.de>2013-07-29 21:06:27 +0200
commit0ee10242fd5c40ef0268147b23ba225b843e2d20 (patch)
treed453abfd950afd12c0161709fe38e728f4e9ea47 /include/hw/char
parent8d8e34815e46a45afaa2689b49d5f97b6306b7f3 (diff)
lm32_juart: Relocate and tidy header
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include/hw/char')
-rw-r--r--include/hw/char/lm32_juart.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/hw/char/lm32_juart.h b/include/hw/char/lm32_juart.h
new file mode 100644
index 0000000000..1cd3148e62
--- /dev/null
+++ b/include/hw/char/lm32_juart.h
@@ -0,0 +1,11 @@
+#ifndef QEMU_HW_CHAR_LM32_JUART_H
+#define QEMU_HW_CHAR_LM32_JUART_H
+
+#include "hw/qdev.h"
+
+uint32_t lm32_juart_get_jtx(DeviceState *d);
+uint32_t lm32_juart_get_jrx(DeviceState *d);
+void lm32_juart_set_jtx(DeviceState *d, uint32_t jtx);
+void lm32_juart_set_jrx(DeviceState *d, uint32_t jrx);
+
+#endif /* QEMU_HW_LM32_JUART_H */