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
tools/adflib: build only host variant which is used by Sam440 target
[AROS.git]
/
workbench
/
devs
/
AHI
/
Drivers
/
Aura
/
aura.i
blob
81b17970c4f9260287a966da6a4ff812880a00bd
1
2
include exec
/
types.i
3
4
STRUCTURE aura
,
0
5
UBYTE a_Flags
6
UBYTE a_Status
7
UBYTE a_GotTimerA
8
UBYTE a_GotTimerB
9
ULONG a_CIAperiod
10
APTR a_OldLevel6Int
11
APTR a_AuraInt
12
APTR a_SoftInt
13
APTR a_RecMessage
14
15
APTR a_MixBuffer1
*
Filled mixing routine
16
APTR a_MixBuffer2
*
Filled mixing routine
17
APTR a_RecBuffer1
18
APTR a_RecBuffer2
19
20
LABEL
a_IntLocalData
21
*
Don't change order of these
!
22
APTR a_MixBufferPtr
23
ULONG a_MixSamplesCnt
*
Counter
24
APTR a_RecBufferPtr
25
ULONG a_RecSamplesCnt
*
Counter
26
LABEL
aura_SIZEOF