arch/hexagon/include/asm/vermagic.h

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

File Facts

System
Linux kernel
Corpus path
arch/hexagon/include/asm/vermagic.h
Extension
.h
Size
299 bytes
Lines
14
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_VERMAGIC_H
#define _ASM_VERMAGIC_H

#include <linux/stringify.h>

#define MODULE_ARCH_VERMAGIC __stringify(PROCESSOR_MODEL_NAME) " "

#endif /* _ASM_VERMAGIC_H */

Annotation

Implementation Notes