1 #include <aros/kernel.h>
2 #include <aros/libcall.h>
4 #include <kernel_base.h>
6 /*****************************************************************************
9 #include <proto/kernel.h>
11 AROS_LH0(unsigned int, KrnGetCPUNumber
,
16 struct KernelBase
*, KernelBase
, 37, Kernel
)
19 Return number of the caller CPU
25 Number of the CPU on which the function is called
37 ******************************************************************************/
41 /* The actual implementation is entirely architecture-specific */