]> git.proxmox.com Git - qemu.git/blame - hw/sparc32_dma.h
report serial devices created with -device in the PIIX4 config space
[qemu.git] / hw / sparc32_dma.h
CommitLineData
87ecb68b
PB
1#ifndef SPARC32_DMA_H
2#define SPARC32_DMA_H
3
4/* sparc32_dma.c */
c227f099 5void ledma_memory_read(void *opaque, target_phys_addr_t addr,
87ecb68b 6 uint8_t *buf, int len, int do_bswap);
c227f099 7void ledma_memory_write(void *opaque, target_phys_addr_t addr,
87ecb68b
PB
8 uint8_t *buf, int len, int do_bswap);
9void espdma_memory_read(void *opaque, uint8_t *buf, int len);
10void espdma_memory_write(void *opaque, uint8_t *buf, int len);
11
12#endif