arch/powerpc/include/asm/ppc4xx.h

Source file repositories/reference/linux-study-clean/arch/powerpc/include/asm/ppc4xx.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/include/asm/ppc4xx.h
Extension
.h
Size
328 bytes
Lines
14
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

#ifndef __ASM_POWERPC_PPC4xx_H__
#define __ASM_POWERPC_PPC4xx_H__

extern void __noreturn ppc4xx_reset_system(char *cmd);

#endif /* __ASM_POWERPC_PPC4xx_H__ */

Annotation

Implementation Notes