update the nightly configuration for x68_64 target to the newest toolchain. (NicJA)
[AROS.git] / rom / kernel / freecpumask.c
blob49c8cfffa37c0cda957aab92f3c4bcc26660a1f3
1 /*
2 Copyright © 2017, 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(void, KrnFreeCPUMask,
20 /* SYNOPSIS */
21 AROS_LHA(void *, mask, A0),
23 /* LOCATION */
24 struct KernelBase *, KernelBase, 43, Kernel)
26 /* FUNCTION
27 Free the mask.
29 INPUTS
31 RESULT
33 NOTES
35 EXAMPLE
37 BUGS
39 SEE ALSO
40 KrnAllocCPUMask(), KrnGetCPUMask(), KrnCPUInMask()
42 INTERNALS
44 ******************************************************************************/
46 AROS_LIBFUNC_INIT
48 return;
50 AROS_LIBFUNC_EXIT