arch/m68k/68000/ints.h

Source file repositories/reference/linux-study-clean/arch/m68k/68000/ints.h

File Facts

System
Linux kernel
Corpus path
arch/m68k/68000/ints.h
Extension
.h
Size
148 bytes
Lines
8
Domain
Architecture Layer
Bucket
arch/m68k
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

#include <linux/linkage.h>

struct pt_regs;

asmlinkage void process_int(int vec, struct pt_regs *fp);

Annotation

Implementation Notes