arch/m68k/68000/m68328.h

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

File Facts

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

// SPDX-License-Identifier: GPL-2.0
void init_dragen2(char *command, int size);
void init_ucsimm(char *command, int size);
struct rtc_time;
int m68328_hwclk(int set, struct rtc_time *t);

Annotation

Implementation Notes