arch/mips/include/asm/types.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/types.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/types.h
Extension
.h
Size
459 bytes
Lines
17
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 _ASM_TYPES_H
#define _ASM_TYPES_H

#include <asm-generic/int-ll64.h>

#endif /* _ASM_TYPES_H */

Annotation

Implementation Notes