arch/arm/include/asm/prom.h

Source file repositories/reference/linux-study-clean/arch/arm/include/asm/prom.h

File Facts

System
Linux kernel
Corpus path
arch/arm/include/asm/prom.h
Extension
.h
Size
552 bytes
Lines
26
Domain
Architecture Layer
Bucket
arch/arm
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

static inline void arm_dt_init_cpu_maps(void) { }

#endif /* CONFIG_OF */
#endif /* ASMARM_PROM_H */

Annotation

Implementation Notes