Removed autodocs of arch specific variants of ROM modules.
[AROS.git] / arch / m68k-all / kernel / dispatch.c
blob30c11768a67f61361685bd06bd4a0341eb1c799e
1 #include <aros/kernel.h>
3 #include <kernel_base.h>
4 #include <kernel_syscall.h>
6 #include <proto/kernel.h>
8 /* See rom/kernel/dispatch.c for documentation */
10 AROS_LH0(void, KrnDispatch,
11 struct KernelBase *, KernelBase, 4, Kernel)
13 AROS_LIBFUNC_INIT
15 /* The real implementation is in Exec/Dispatch */
16 Supervisor(__AROS_GETVECADDR(SysBase,10));
18 AROS_LIBFUNC_EXIT