osdep: include glib-compat.h before other QEMU headers
[qemu/ar7.git] / include / hw / char / lm32_juart.h
blob6fce2783266f55d3c967db13d8a5572becd4237a
1 #ifndef QEMU_HW_CHAR_LM32_JUART_H
2 #define QEMU_HW_CHAR_LM32_JUART_H
4 #include "hw/qdev-core.h"
6 #define TYPE_LM32_JUART "lm32-juart"
8 uint32_t lm32_juart_get_jtx(DeviceState *d);
9 uint32_t lm32_juart_get_jrx(DeviceState *d);
10 void lm32_juart_set_jtx(DeviceState *d, uint32_t jtx);
11 void lm32_juart_set_jrx(DeviceState *d, uint32_t jrx);
13 #endif /* QEMU_HW_CHAR_LM32_JUART_H */