2 Copyright © 2015, 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_LH1(uint32_t, KrnGetCPUMask
,
21 AROS_LHA(uint32_t, id
, D0
),
24 struct KernelBase
*, KernelBase
, 38, Kernel
)
27 Return the affinity mask for the specified CPU number
30 CPU number (as returned by KrnGetCPUNumber())
46 ******************************************************************************/
50 /* The actual implementation is entirely architecture-specific */