2 Copyright © 2017, The AROS Development Team. All rights reserved.
8 #include <aros/kernel.h>
9 #include <aros/libcall.h>
11 #include <kernel_base.h>
13 /*****************************************************************************
16 #include <proto/kernel.h>
18 AROS_LH0(void *, KrnAllocCPUMask
,
23 struct KernelBase
*, KernelBase
, 42, Kernel
)
26 Allocate storage for a CPU mask
31 CPU affinity mask storage
40 KrnGetCPUNumber(), KrnClearCPUMask(), KrnGetCPUMask(), KrnCPUInMask()
44 ******************************************************************************/
48 /* The actual implementation is entirely architecture-specific */