Removed autodocs of arch specific variants of ROM modules.
[AROS.git] / arch / all-unix / kernel / issuper.c
blobb99bcba6033aae24d16d729a1363692ed1d88ec0
1 #include <aros/libcall.h>
3 #include "kernel_base.h"
4 #include "kernel_unix.h"
6 AROS_LH0I(int, KrnIsSuper,
7 struct KernelBase *, KernelBase, 13, Kernel)
9 AROS_LIBFUNC_INIT
11 return UKB(KernelBase)->SupervisorCount;
13 AROS_LIBFUNC_EXIT