arch/m68k/amiga/amiga.h

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

File Facts

System
Linux kernel
Corpus path
arch/m68k/amiga/amiga.h
Extension
.h
Size
148 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

void amiga_init_sound(void);
void amiga_mksound(unsigned int hz, unsigned int ticks);

Annotation

Implementation Notes