repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Moved duplicate AutoDocs to central location.
[AROS.git]
/
arch
/
all-mingw32
/
kernel
/
issuper.c
blob
ae854cce2e46eff443c8f688adb6f94b5cbbd999
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <aros/libcall.h>
7
8
#include
"kernel_base.h"
9
10
AROS_LH0I
(
int
,
KrnIsSuper
,
11
struct
KernelBase
*,
KernelBase
,
13
,
Kernel
)
12
{
13
AROS_LIBFUNC_INIT
14
15
return
*
KernelIFace
.
SuperState
;
16
17
AROS_LIBFUNC_EXIT
18
}