arch/powerpc/platforms/chrp/chrp.h

Source file repositories/reference/linux-study-clean/arch/powerpc/platforms/chrp/chrp.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/platforms/chrp/chrp.h
Extension
.h
Size
303 bytes
Lines
12
Domain
Architecture Layer
Bucket
arch/powerpc
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 void chrp_nvram_init(void);
extern void chrp_get_rtc_time(struct rtc_time *);
extern int chrp_set_rtc_time(struct rtc_time *);
extern long chrp_time_init(void);

extern void chrp_find_bridges(void);

Annotation

Implementation Notes