arch/arm64/include/uapi/asm/posix_types.h

Source file repositories/reference/linux-study-clean/arch/arm64/include/uapi/asm/posix_types.h

File Facts

System
Linux kernel
Corpus path
arch/arm64/include/uapi/asm/posix_types.h
Extension
.h
Size
325 bytes
Lines
12
Domain
Architecture Layer
Bucket
arch/arm64
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_POSIX_TYPES_H
#define __ASM_POSIX_TYPES_H

typedef unsigned short __kernel_old_uid_t;
typedef unsigned short __kernel_old_gid_t;
#define __kernel_old_uid_t __kernel_old_uid_t

#include <asm-generic/posix_types.h>

#endif /*  __ASM_POSIX_TYPES_H */

Annotation

Implementation Notes