Copyright clean-up (part 1):
[AROS.git] / arch / all-unix / kernel / cause.c
blobfb77171716597beaba9e6fbeb95d07f48d9108c0
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/libcall.h>
8 #include <signal.h>
10 #include "kernel_base.h"
11 #include "kernel_intern.h"
13 AROS_LH0(void, KrnCause,
14 struct KernelBase *, KernelBase, 3, Kernel)
16 AROS_LIBFUNC_INIT
18 KernelBase->kb_PlatformData->iface->raise(SIGUSR2);
19 AROS_HOST_BARRIER
21 AROS_LIBFUNC_EXIT