arch/arm/mach-s3c/regs-irqtype.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-s3c/regs-irqtype.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-s3c/regs-irqtype.h
Extension
.h
Size
479 bytes
Lines
18
Domain
Architecture Layer
Bucket
arch/arm
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

#define S3C2410_EXTINT_LOWLEV	 (0x00)
#define S3C2410_EXTINT_HILEV	 (0x01)
#define S3C2410_EXTINT_FALLEDGE	 (0x02)
#define S3C2410_EXTINT_RISEEDGE	 (0x04)
#define S3C2410_EXTINT_BOTHEDGE	 (0x06)

Annotation

Implementation Notes