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