arch/m68k/include/asm/asm-prototypes.h

Source file repositories/reference/linux-study-clean/arch/m68k/include/asm/asm-prototypes.h

File Facts

System
Linux kernel
Corpus path
arch/m68k/include/asm/asm-prototypes.h
Extension
.h
Size
211 bytes
Lines
6
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

extern int __divsi3(int, int);
extern int __modsi3(int, int);
extern int __mulsi3(int, int);
extern unsigned int __udivsi3(unsigned int, unsigned int);
extern unsigned int __umodsi3(unsigned int, unsigned int);

Annotation

Implementation Notes