2 Copyright © 2015, The AROS Development Team. All rights reserved.
8 #include <aros/types/spinlock_s.h>
9 #include <aros/kernel.h>
10 #include <aros/libcall.h>
12 #include <kernel_base.h>
14 /*****************************************************************************
17 #include <proto/kernel.h>
19 AROS_LH2(spinlock_t
*, KrnSpinTryLock
,
22 AROS_LHA(spinlock_t
*, lock
, A0
),
23 AROS_LHA(ULONG
, mode
, D0
),
26 struct KernelBase
*, KernelBase
, 42, Kernel
)
44 ******************************************************************************/
48 /* The implementation of this function is architecture-specific */