2 Copyright © 2015, The AROS Development Team. All rights reserved.
6 #include <aros/types/spinlock_s.h>
7 #include <aros/kernel.h>
8 #include <aros/libcall.h>
10 #include <kernel_base.h>
12 #include <proto/kernel.h>
14 AROS_LH1(int, KrnSpinIsLocked
,
15 AROS_LHA(spinlock_t
*, lock
, A0
),
16 struct KernelBase
*, KernelBase
, 41, Kernel
)