Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.1 17 lines 351 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __SPARC_SIGNAL_H 3#define __SPARC_SIGNAL_H 4 5#ifndef __ASSEMBLY__ 6#include <linux/personality.h> 7#include <linux/types.h> 8#endif 9#include <uapi/asm/signal.h> 10 11#ifndef __ASSEMBLY__ 12 13#define __ARCH_HAS_KA_RESTORER 14#define __ARCH_HAS_SA_RESTORER 15 16#endif /* !(__ASSEMBLY__) */ 17#endif /* !(__SPARC_SIGNAL_H) */