]> Git Repo - qemu.git/blob - hw/sparc32_dma.h
error: Use QERR_INVALID_PARAMETER_VALUE instead of QERR_INVALID_PARAMETER
[qemu.git] / hw / sparc32_dma.h
1 #ifndef SPARC32_DMA_H
2 #define SPARC32_DMA_H
3
4 /* sparc32_dma.c */
5 void ledma_memory_read(void *opaque, target_phys_addr_t addr,
6                        uint8_t *buf, int len, int do_bswap);
7 void ledma_memory_write(void *opaque, target_phys_addr_t addr,
8                         uint8_t *buf, int len, int do_bswap);
9 void espdma_memory_read(void *opaque, uint8_t *buf, int len);
10 void espdma_memory_write(void *opaque, uint8_t *buf, int len);
11
12 #endif
This page took 0.027038 seconds and 4 git commands to generate.