Removed autodocs of arch specific variants of ROM modules.
[AROS.git] / arch / m68k-amiga / kernel / cause.c
blobc57130e7145ff0d919161058add649b96fce5360
1 #include <aros/kernel.h>
3 #include <kernel_base.h>
4 #include <kernel_syscall.h>
6 #include <proto/kernel.h>
8 /* See rom/kernel/cause.c for documentation */
10 AROS_LH0I(void, KrnCause,
11 struct KernelBase *, KernelBase, 3, Kernel)
13 AROS_LIBFUNC_INIT
15 /* Stub function - this is not needed, since the caller
16 * (exec/Cause) does not call KrnCause() on the amiga-m68k
17 * platform
20 AROS_LIBFUNC_EXIT