Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / arch / .unmaintained / arm-all / include / aros / machine.i
blob09703001b971751eabc98f7ddd80e5f076d2825a
1 #define AROS_CDEFNAME(n) _ ## n
2 #define AROS_SLIB_ENTRY(n,s) s ## _ ## n
4 /*
5 * Exec functions
6 * Their offset depends on the size of the FullJumpVec structure in
7 * machine.h
8 */
9 #define Supervisor -30
10 #define Reschedule -48
11 #define Switch -54
12 #define Dispatch -60
13 #define Exception -66
14 #define Alert -108
15 #define Disable -120
16 #define Enable -126
17 #define SetSR -144
18 #define Enqueue -270
19 #define FindTask -294
20 #define CacheControl -648
21 #define StackSwap -732
24 * Define the following when function calls pass arguments via registers.
25 * This is used for conditional compilation in some assembly functions here.
27 #undef DoRegisterCalls