btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / system / kernel / arch / x86 / x86_signals.h
blobe37bb0dda573f333e87d48e9da5a63e88e399f00
1 /*
2 * Copyright 2011, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _KERNEL_ARCH_X86_SIGNALS_H
6 #define _KERNEL_ARCH_X86_SIGNALS_H
9 #include <SupportDefs.h>
12 void x86_initialize_commpage_signal_handler();
13 #ifndef __x86_64__
14 addr_t x86_get_user_signal_handler_wrapper(bool beosHandler,
15 void* commPageAddress);
16 #endif
19 #endif // _KERNEL_ARCH_X86_SIGNALS_H