arch/powerpc/platforms/embedded6xx/hlwd-pic.h

Source file repositories/reference/linux-study-clean/arch/powerpc/platforms/embedded6xx/hlwd-pic.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/platforms/embedded6xx/hlwd-pic.h
Extension
.h
Size
410 bytes
Lines
18
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 __HLWD_PIC_H
#define __HLWD_PIC_H

extern unsigned int hlwd_pic_get_irq(void);
void __init hlwd_pic_probe(void);
extern void hlwd_quiesce(void);

#endif

Annotation

Implementation Notes