arch/mips/include/asm/mach-bcm63xx/irq.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/mach-bcm63xx/irq.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/mach-bcm63xx/irq.h
Extension
.h
Size
162 bytes
Lines
9
Domain
Architecture Layer
Bucket
arch/mips
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 __ASM_MACH_BCM63XX_IRQ_H
#define __ASM_MACH_BCM63XX_IRQ_H

#define NR_IRQS 128
#define MIPS_CPU_IRQ_BASE 0

#endif

Annotation

Implementation Notes