arch/openrisc/include/asm/setup.h

Source file repositories/reference/linux-study-clean/arch/openrisc/include/asm/setup.h

File Facts

System
Linux kernel
Corpus path
arch/openrisc/include/asm/setup.h
Extension
.h
Size
294 bytes
Lines
16
Domain
Architecture Layer
Bucket
arch/openrisc
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 _ASM_OR1K_SETUP_H
#define _ASM_OR1K_SETUP_H

#include <linux/init.h>
#include <asm-generic/setup.h>

#ifndef __ASSEMBLER__
void __init or1k_early_setup(void *fdt);
#endif

#endif /* _ASM_OR1K_SETUP_H */

Annotation

Implementation Notes