lm32_juart: QOM cast cleanup

Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
Andreas Färber 2013-07-24 22:56:36 +02:00
parent 0ee10242fd
commit a0b97927e3
3 changed files with 15 additions and 11 deletions

View file

@ -3,6 +3,8 @@
#include "hw/qdev.h"
#define TYPE_LM32_JUART "lm32-juart"
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);