grub2: bring back build of aros-side grub2 tools
[AROS.git] / rom / hidds / ata_pci / interface_pio.h
blobb345ba18940587e80d920319cbeadf459e209277
1 #include <asm/io.h>
2 #include <exec/types.h>
4 struct pio_data
6 port_t ioBase;
7 port_t ioAlt;
8 };
10 extern const APTR bus_FuncTable[];
11 extern const APTR pio_FuncTable[];