Revision 79383c9c hw/isa.h

b/hw/isa.h
1
#ifndef HW_ISA_H
2
#define HW_ISA_H
1 3
/* ISA bus */
2 4

  
3 5
extern target_phys_addr_t isa_mem_base;
......
22 24
void DMA_register_channel (int nchan,
23 25
                           DMA_transfer_handler transfer_handler,
24 26
                           void *opaque);
27
#endif

Also available in: Unified diff