repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
grub2: bring back build of aros-side grub2 tools
[AROS.git]
/
rom
/
hidds
/
ata_pci
/
interface_pio.h
blob
b345ba18940587e80d920319cbeadf459e209277
1
#include <asm/io.h>
2
#include <exec/types.h>
3
4
struct
pio_data
5
{
6
port_t ioBase
;
7
port_t ioAlt
;
8
};
9
10
extern
const
APTR bus_FuncTable
[];
11
extern
const
APTR pio_FuncTable
[];