mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
lm32_juart: QOM cast cleanup
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
0ee10242fd
commit
a0b97927e3
3 changed files with 15 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue