qemu-patch-raspberry4/hw/sparc32_dma.h
malc 99a0949b72 Get rid of _t suffix
Some not so obvious bits, slirp and Xen were left alone for the time
being.

Signed-off-by: malc <av1474@comtv.ru>
2009-10-01 22:45:02 +04:00

13 lines
446 B
C

#ifndef SPARC32_DMA_H
#define SPARC32_DMA_H
/* sparc32_dma.c */
void ledma_memory_read(void *opaque, a_target_phys_addr addr,
uint8_t *buf, int len, int do_bswap);
void ledma_memory_write(void *opaque, a_target_phys_addr addr,
uint8_t *buf, int len, int do_bswap);
void espdma_memory_read(void *opaque, uint8_t *buf, int len);
void espdma_memory_write(void *opaque, uint8_t *buf, int len);
#endif