arch/powerpc/platforms/8xx/mpc8xx.h

Source file repositories/reference/linux-study-clean/arch/powerpc/platforms/8xx/mpc8xx.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/platforms/8xx/mpc8xx.h
Extension
.h
Size
675 bytes
Lines
21
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 __MPC8xx_H
#define __MPC8xx_H

extern void __noreturn mpc8xx_restart(char *cmd);
extern void mpc8xx_calibrate_decr(void);
extern int mpc8xx_set_rtc_time(struct rtc_time *tm);
extern void mpc8xx_get_rtc_time(struct rtc_time *tm);
extern unsigned int mpc8xx_get_irq(void);

#endif /* __MPC8xx_H */

Annotation

Implementation Notes