arch/m68k/include/uapi/asm/bootinfo-q40.h

Source file repositories/reference/linux-study-clean/arch/m68k/include/uapi/asm/bootinfo-q40.h

File Facts

System
Linux kernel
Corpus path
arch/m68k/include/uapi/asm/bootinfo-q40.h
Extension
.h
Size
358 bytes
Lines
18
Domain
Architecture Layer
Bucket
arch/m68k
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 _UAPI_ASM_M68K_BOOTINFO_Q40_H
#define _UAPI_ASM_M68K_BOOTINFO_Q40_H


    /*
     *  Latest Q40 bootinfo version
     */

#define Q40_BOOTI_VERSION	MK_BI_VERSION(2, 0)


#endif /* _UAPI_ASM_M68K_BOOTINFO_Q40_H */

Annotation

Implementation Notes