2 * Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef _ARCH_SIGNAL_H_
6 #define _ARCH_SIGNAL_H_
10 * Architecture-specific structure passed to signal handlers
29 ulong r13
; /* stack pointer */
30 ulong r14
; /* link register */
31 ulong r15
; /* program counter */
33 // TODO: ARM: fix floats in vregs, add missing stuff.
38 #endif /* _ARCH_SIGNAL_H_ */