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

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

File Facts

System
Linux kernel
Corpus path
arch/microblaze/include/uapi/asm/posix_types.h
Extension
.h
Size
302 bytes
Lines
11
Domain
Architecture Layer
Bucket
arch/microblaze
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_MICROBLAZE_POSIX_TYPES_H
#define _ASM_MICROBLAZE_POSIX_TYPES_H

typedef unsigned short	__kernel_mode_t;
#define __kernel_mode_t __kernel_mode_t

#include <asm-generic/posix_types.h>

#endif /* _ASM_MICROBLAZE_POSIX_TYPES_H */

Annotation

Implementation Notes