arch/hexagon/include/asm/setup.h

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

File Facts

System
Linux kernel
Corpus path
arch/hexagon/include/asm/setup.h
Extension
.h
Size
527 bytes
Lines
21
Domain
Architecture Layer
Bucket
arch/hexagon
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_HEXAGON_SETUP_H
#define _ASM_HEXAGON_SETUP_H

#include <linux/init.h>
#include <uapi/asm/setup.h>

extern char external_cmdline_buffer;

void __init setup_arch_memory(void);

#endif

Annotation

Implementation Notes