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
Added a test for MUIA_Listview_SelectChange.
[AROS.git]
/
arch
/
m68k-amiga
/
hidd
/
gayle_ata
/
ata_gayle.conf
blob
d037f30d7a1756eac3c1d65bea55f2c5b45c3ece
1
##begin config
2
basename GAYLEATA
3
version 1.0
4
libbase base
5
libbasetype struct ataBase
6
classptr_field busClass
7
classdatatype struct ATA_BusData
8
superclass CLID_Hidd_ATABus
9
oopbase_field cs_OOPBase
10
residentpri 4
11
options noexpunge
12
##end config
13
14
##begin cdefprivate
15
#include <hidd/ata.h>
16
#include "bus_class.h"
17
##end cdefprivate
18
19
##begin methodlist
20
.interface Root
21
New
22
Dispose
23
Get
24
Set
25
.interface Hidd_ATABus
26
GetPIOInterface
27
Shutdown
28
##end methodlist