mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
9 lines
124 B
C
9 lines
124 B
C
|
|
#ifndef _M32R_SIGINFO_H
|
||
|
|
#define _M32R_SIGINFO_H
|
||
|
|
|
||
|
|
/* $Id$ */
|
||
|
|
|
||
|
|
#include <asm-generic/siginfo.h>
|
||
|
|
|
||
|
|
#endif /* _M32R_SIGINFO_H */
|