diff options
author | Andreas Färber <afaerber@suse.de> | 2013-07-24 22:49:02 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2013-07-29 21:06:27 +0200 |
commit | 0ee10242fd5c40ef0268147b23ba225b843e2d20 (patch) | |
tree | d453abfd950afd12c0161709fe38e728f4e9ea47 /include/hw/lm32 | |
parent | 8d8e34815e46a45afaa2689b49d5f97b6306b7f3 (diff) | |
download | hqemu-0ee10242fd5c40ef0268147b23ba225b843e2d20.zip hqemu-0ee10242fd5c40ef0268147b23ba225b843e2d20.tar.gz |
lm32_juart: Relocate and tidy header
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include/hw/lm32')
-rw-r--r-- | include/hw/lm32/lm32_juart.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/hw/lm32/lm32_juart.h b/include/hw/lm32/lm32_juart.h deleted file mode 100644 index 67fc586..0000000 --- a/include/hw/lm32/lm32_juart.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef QEMU_HW_LM32_JUART_H -#define QEMU_HW_LM32_JUART_H - -#include "qemu-common.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 */ |