arch/powerpc/boot/mpc8xx.h

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

File Facts

System
Linux kernel
Corpus path
arch/powerpc/boot/mpc8xx.h
Extension
.h
Size
234 bytes
Lines
13
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_MPC8xx_H_
#define _PPC_BOOT_MPC8xx_H_

#include "types.h"

void mpc8xx_set_clocks(u32 sysclk);

u32 mpc885_get_clock(u32 crystal);
int mpc885_fixup_clocks(u32 crystal);

#endif

Annotation

Implementation Notes