mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
UAPI: (Scripted) Disintegrate arch/sh/include/asm
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
This commit is contained in:
parent
9e2d8656f5
commit
0a9426df18
32 changed files with 173 additions and 153 deletions
15
arch/sh/include/uapi/asm/signal.h
Normal file
15
arch/sh/include/uapi/asm/signal.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#ifndef __ASM_SH_SIGNAL_H
|
||||
#define __ASM_SH_SIGNAL_H
|
||||
|
||||
#define SA_RESTORER 0x04000000
|
||||
|
||||
#include <asm-generic/signal.h>
|
||||
|
||||
struct old_sigaction {
|
||||
__sighandler_t sa_handler;
|
||||
old_sigset_t sa_mask;
|
||||
unsigned long sa_flags;
|
||||
void (*sa_restorer)(void);
|
||||
};
|
||||
|
||||
#endif /* __ASM_SH_SIGNAL_H */
|
Loading…
Add table
Add a link
Reference in a new issue