blob: 67fc5866ea734f06f12600bc205db2e0399f69bb [file] [log] [blame]
Michael Walle15d7dc42011-02-17 23:45:08 +01001#ifndef QEMU_HW_LM32_JUART_H
2#define QEMU_HW_LM32_JUART_H
3
4#include "qemu-common.h"
5
6uint32_t lm32_juart_get_jtx(DeviceState *d);
7uint32_t lm32_juart_get_jrx(DeviceState *d);
8void lm32_juart_set_jtx(DeviceState *d, uint32_t jtx);
9void lm32_juart_set_jrx(DeviceState *d, uint32_t jrx);
10
11#endif /* QEMU_HW_LM32_JUART_H */