Moved duplicate AutoDocs to central location.
[AROS.git] / arch / all-mingw32 / kernel / issuper.c
blobae854cce2e46eff443c8f688adb6f94b5cbbd999
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/libcall.h>
8 #include "kernel_base.h"
10 AROS_LH0I(int, KrnIsSuper,
11 struct KernelBase *, KernelBase, 13, Kernel)
13 AROS_LIBFUNC_INIT
15 return *KernelIFace.SuperState;
17 AROS_LIBFUNC_EXIT