arch/powerpc/sysdev/cpm2_pic.h

Source file repositories/reference/linux-study-clean/arch/powerpc/sysdev/cpm2_pic.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/sysdev/cpm2_pic.h
Extension
.h
Size
217 bytes
Lines
10
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_KERNEL_CPM2_H
#define _PPC_KERNEL_CPM2_H

extern unsigned int cpm2_get_irq(void);

extern void cpm2_pic_init(struct device_node *);

#endif /* _PPC_KERNEL_CPM2_H */

Annotation

Implementation Notes