small typo
[AROS.git] / rom / kernel / spinislocked.c
blobffb0058486e5163c42bcef68a3916f070a821135
1 /*
2 Copyright © 2015, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 */
8 #include <aros/kernel.h>
9 #include <aros/libcall.h>
11 #include <kernel_base.h>
13 /*****************************************************************************
15 NAME */
16 #include <proto/kernel.h>
18 AROS_LH1(int, KrnSpinIsLocked,
20 /* SYNOPSIS */
21 AROS_LHA(spinlock_t *, lock, A0),
23 /* LOCATION */
24 struct KernelBase *, KernelBase, 38, Kernel)
26 /* FUNCTION
28 INPUTS
30 RESULT
32 NOTES
34 EXAMPLE
36 BUGS
38 SEE ALSO
40 INTERNALS
42 ******************************************************************************/
44 AROS_LIBFUNC_INIT
46 /* The implementation of this function is architecture-specific */
47 return 0;
49 AROS_LIBFUNC_EXIT