repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make sure and generate the kernel resource headers before exec is compiled
[tangerine.git]
/
arch
/
common
/
ata.device
/
ata.conf
blob
5c0643f1ba4ab31f43b4da687d160f79770ea3ee
1
##begin config
2
basename ata
3
version 41.4
4
libbasetype struct ataBase
5
sysbase_field ata_SysBase
6
residentpri 4
7
beginio_func BeginIO
8
abortio_func AbortIO
9
options noexpunge
10
##end config
11
12
##begin cdefprivate
13
#include "ata.h"
14
##end cdefprivate
15
16
##begin cdef
17
#include <exec/devices.h>
18
#include <exec/io.h>
19
##end cdef
20
21
##begin functionlist
22
ULONG GetRdskLba(struct IORequest *io) (A1)
23
ULONG GetBlkSize(struct IORequest *io) (A1)
24
##end functionlist