arch/arm/mach-s3c/irq-uart-s3c64xx.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-s3c/irq-uart-s3c64xx.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-s3c/irq-uart-s3c64xx.h
Extension
.h
Size
290 bytes
Lines
15
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

struct s3c_uart_irq {
	void __iomem	*regs;
	unsigned int	 base_irq;
	unsigned int	 parent_irq;
};

Annotation

Implementation Notes