summaryrefslogtreecommitdiff
path: root/include
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
parent8d8e34815e46a45afaa2689b49d5f97b6306b7f3 (diff)
downloadqemu-0ee10242fd5c40ef0268147b23ba225b843e2d20.tar.gz
lm32_juart: Relocate and tidy header
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/hw/char/lm32_juart.h (renamed from include/hw/lm32/lm32_juart.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/hw/lm32/lm32_juart.h b/include/hw/char/lm32_juart.h
index 67fc5866ea..1cd3148e62 100644
--- a/include/hw/lm32/lm32_juart.h
+++ b/include/hw/char/lm32_juart.h
@@ -1,7 +1,7 @@
-#ifndef QEMU_HW_LM32_JUART_H
-#define QEMU_HW_LM32_JUART_H
+#ifndef QEMU_HW_CHAR_LM32_JUART_H
+#define QEMU_HW_CHAR_LM32_JUART_H
-#include "qemu-common.h"
+#include "hw/qdev.h"
uint32_t lm32_juart_get_jtx(DeviceState *d);
uint32_t lm32_juart_get_jrx(DeviceState *d);