Because of a last minute change that wasn't fully tested, the previous commit
[cake.git] / arch / common / ata.device / ata.conf
blob821d12984dc6a2981a4fb563dc1ed5162d1aba30
1 ##begin config
2 basename        ata
3 version         41.13
4 libbasetype     struct ataBase
5 residentpri     4
6 beginio_func    BeginIO
7 abortio_func    AbortIO
8 options         noexpunge
9 ##end config
11 ##begin cdefprivate
12 #include "ata.h"
13 ##end cdefprivate
15 ##begin cdef
16 #include <exec/devices.h>
17 #include <exec/io.h>
18 ##end cdef
20 ##begin functionlist
21 ULONG GetRdskLba(struct IORequest *io) (A1)
22 ULONG GetBlkSize(struct IORequest *io) (A1)
23 ##end functionlist