Copyright clean-up (part 1):
[AROS.git] / arch / x86_64-pc / kernel / getcpucount.c
blobb43c3a6b65041a208a574d71db22b274aefb6290
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/kernel.h>
7 #include <aros/libcall.h>
9 #include "kernel_base.h"
10 #include "kernel_intern.h"
11 #include "apic.h"
13 AROS_LH0(unsigned int, KrnGetCPUCount,
14 struct KernelBase *, KernelBase, 36, Kernel)
16 AROS_LIBFUNC_INIT
18 return KernelBase->kb_PlatformData->kb_APIC->count;
20 AROS_LIBFUNC_EXIT