arch/mips/include/asm/mach-au1x00/prom.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/mach-au1x00/prom.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/mach-au1x00/prom.h
Extension
.h
Size
303 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/mips
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 __AU1X00_PROM_H
#define __AU1X00_PROM_H

extern int prom_argc;
extern char **prom_argv;
extern char **prom_envp;

extern void prom_init_cmdline(void);
extern char *prom_getenv(char *envname);
extern int prom_get_ethernet_addr(char *ethernet_addr);

#endif

Annotation

Implementation Notes