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_LH1(void, KrnSpinUnLock
,
22 AROS_LHA(spinlock_t
*, lock
, A0
),
25 struct KernelBase
*, KernelBase
, 44, Kernel
)
43 ******************************************************************************/
47 /* The implementation of this function is architecture-specific */