arch/powerpc/boot/44x.h

Source file repositories/reference/linux-study-clean/arch/powerpc/boot/44x.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/boot/44x.h
Extension
.h
Size
296 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 _PPC_BOOT_44X_H_
#define _PPC_BOOT_44X_H_

void ebony_init(void *mac0, void *mac1);
void bamboo_init(void *mac0, void *mac1);

#endif /* _PPC_BOOT_44X_H_ */

Annotation

Implementation Notes