Added 'Resident' field to ensure that the handler is included in the
[AROS.git] / rom / devs / ata / ata.conf
blob55d9d83de71b5f97efc4375b281fe5421a5d8b3a
1 ##begin config
2 basename        ata
3 version         41.24
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