arch/sparc/kernel/prom.h

Source file repositories/reference/linux-study-clean/arch/sparc/kernel/prom.h

File Facts

System
Linux kernel
Corpus path
arch/sparc/kernel/prom.h
Extension
.h
Size
219 bytes
Lines
13
Domain
Architecture Layer
Bucket
arch/sparc
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 __PROM_H
#define __PROM_H

#include <linux/spinlock.h>
#include <asm/prom.h>

void of_console_init(void);

extern unsigned int prom_early_allocated;

#endif /* __PROM_H */

Annotation

Implementation Notes