arch/mips/include/asm/irq_cpu.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/irq_cpu.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/irq_cpu.h
Extension
.h
Size
427 bytes
Lines
21
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_IRQ_CPU_H
#define _ASM_IRQ_CPU_H

extern void mips_cpu_irq_init(void);

#ifdef CONFIG_IRQ_DOMAIN
struct device_node;
extern int mips_cpu_irq_of_init(struct device_node *of_node,
				struct device_node *parent);
#endif

#endif /* _ASM_IRQ_CPU_H */

Annotation

Implementation Notes