blob: 48c34c19f81017c1f930c788efbea10246016c6b [file] [log] [blame]
Sam Ravnborg1eae29b2009-01-02 21:10:04 -08001#ifndef __SPARC_SIGINFO_H
2#define __SPARC_SIGINFO_H
3
David Howells54579822012-10-09 09:47:43 +01004#include <uapi/asm/siginfo.h>
Sam Ravnborg1eae29b2009-01-02 21:10:04 -08005
Sam Ravnborg1eae29b2009-01-02 21:10:04 -08006
Sam Ravnborg1eae29b2009-01-02 21:10:04 -08007#ifdef CONFIG_COMPAT
8
9struct compat_siginfo;
10
11#endif /* CONFIG_COMPAT */
12
Sam Ravnborg1eae29b2009-01-02 21:10:04 -080013#endif /* !(__SPARC_SIGINFO_H) */