arch/sparc/include/uapi/asm/siginfo.h

Source file repositories/reference/linux-study-clean/arch/sparc/include/uapi/asm/siginfo.h

File Facts

System
Linux kernel
Corpus path
arch/sparc/include/uapi/asm/siginfo.h
Extension
.h
Size
390 bytes
Lines
17
Domain
Architecture Layer
Bucket
arch/sparc
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

#ifndef _UAPI__SPARC_SIGINFO_H
#define _UAPI__SPARC_SIGINFO_H

#if defined(__sparc__) && defined(__arch64__)

#define __ARCH_SI_BAND_T int

#endif /* defined(__sparc__) && defined(__arch64__) */

#include <asm-generic/siginfo.h>


#define SI_NOINFO	32767		/* no information in siginfo_t */

#endif /* _UAPI__SPARC_SIGINFO_H */

Annotation

Implementation Notes