2009-01-02 21:10:04 -08:00
|
|
|
#ifndef __SPARC_SIGINFO_H
|
|
|
|
#define __SPARC_SIGINFO_H
|
|
|
|
|
2012-10-09 09:47:43 +01:00
|
|
|
#include <uapi/asm/siginfo.h>
|
2009-01-02 21:10:04 -08:00
|
|
|
|
|
|
|
|
|
|
|
#ifdef CONFIG_COMPAT
|
|
|
|
|
|
|
|
struct compat_siginfo;
|
|
|
|
|
|
|
|
#endif /* CONFIG_COMPAT */
|
|
|
|
|
|
|
|
#endif /* !(__SPARC_SIGINFO_H) */
|