lm32_juart.h 320 B

1234567891011
  1. #ifndef QEMU_HW_LM32_JUART_H
  2. #define QEMU_HW_LM32_JUART_H
  3. #include "qemu-common.h"
  4. uint32_t lm32_juart_get_jtx(DeviceState *d);
  5. uint32_t lm32_juart_get_jrx(DeviceState *d);
  6. void lm32_juart_set_jtx(DeviceState *d, uint32_t jtx);
  7. void lm32_juart_set_jrx(DeviceState *d, uint32_t jrx);
  8. #endif /* QEMU_HW_LM32_JUART_H */