arch/sh/include/uapi/asm/signal.h

Source file repositories/reference/linux-study-clean/arch/sh/include/uapi/asm/signal.h

File Facts

System
Linux kernel
Corpus path
arch/sh/include/uapi/asm/signal.h
Extension
.h
Size
369 bytes
Lines
19
Domain
Architecture Layer
Bucket
arch/sh
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

struct old_sigaction {
	__sighandler_t sa_handler;
	old_sigset_t sa_mask;
	unsigned long sa_flags;
	void (*sa_restorer)(void);
};
#endif

#endif /* __ASM_SH_SIGNAL_H */

Annotation

Implementation Notes