arch/powerpc/sysdev/ge/ge_pic.h

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

File Facts

System
Linux kernel
Corpus path
arch/powerpc/sysdev/ge/ge_pic.h
Extension
.h
Size
190 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 __GEF_PIC_H__
#define __GEF_PIC_H__

unsigned int gef_pic_get_irq(void);
void gef_pic_init(struct device_node *);

#endif /* __GEF_PIC_H__ */

Annotation

Implementation Notes