Enable FIQ interrupt handling on BCM mailboxes. Each CPU core has four of them and...
[AROS.git] / arch / arm-native / kernel / spinislocked.c
blob1a5c82061c68e0f5bf301998cf5eb638711eb4ca
1 /*
2 Copyright © 2015, The AROS Development Team. All rights reserved.
3 $Id$
4 */
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)
18 AROS_LIBFUNC_INIT
20 return 0;
22 AROS_LIBFUNC_EXIT