Copyright clean-up (part 1):
[AROS.git] / arch / m68k-amiga / kernel / cause.c
blob4149ec7ec8329ac413fcf63b6be2034d6981fcd6
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/kernel.h>
8 #include <kernel_base.h>
9 #include <kernel_syscall.h>
11 #include <proto/kernel.h>
13 /* See rom/kernel/cause.c for documentation */
15 AROS_LH0I(void, KrnCause,
16 struct KernelBase *, KernelBase, 3, Kernel)
18 AROS_LIBFUNC_INIT
20 /* Stub function - this is not needed, since the caller
21 * (exec/Cause) does not call KrnCause() on the amiga-m68k
22 * platform
25 AROS_LIBFUNC_EXIT