1 #include <aros/libcall.h>
5 #include "kernel_base.h"
6 #include "kernel_intern.h"
8 AROS_LH0(void, KrnCause,
9 struct KernelBase *, KernelBase, 3, Kernel)
13 struct PlatformData *pd = KernelBase->kb_PlatformData;
16 pd->iface->pthread_kill(pd->thread[0].tid, SIGUSR2);
19 pd->iface->raise(SIGUSR2);