Revision b6f32962 include/exec/ioport.h

b/include/exec/ioport.h
40 40

  
41 41
void ioport_register(IORange *iorange);
42 42
void isa_unassign_ioport(pio_addr_t start, int length);
43
bool isa_is_ioport_assigned(pio_addr_t start);
44 43

  
45 44
void cpu_outb(pio_addr_t addr, uint8_t val);
46 45
void cpu_outw(pio_addr_t addr, uint16_t val);

Also available in: Unified diff