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