| 
									
										
										
										
											2007-11-17 17:14:51 +00:00
										 |  |  | #ifndef SPARC32_DMA_H
 | 
					
						
							|  |  |  | #define SPARC32_DMA_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* sparc32_dma.c */ | 
					
						
							| 
									
										
										
										
											2009-10-01 16:12:16 -05:00
										 |  |  | void ledma_memory_read(void *opaque, target_phys_addr_t addr, | 
					
						
							| 
									
										
										
										
											2007-11-17 17:14:51 +00:00
										 |  |  |                        uint8_t *buf, int len, int do_bswap); | 
					
						
							| 
									
										
										
										
											2009-10-01 16:12:16 -05:00
										 |  |  | void ledma_memory_write(void *opaque, target_phys_addr_t addr, | 
					
						
							| 
									
										
										
										
											2007-11-17 17:14:51 +00:00
										 |  |  |                         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
 |