arch/arc/include/asm/unistd.h

Source file repositories/reference/linux-study-clean/arch/arc/include/asm/unistd.h

File Facts

System
Linux kernel
Corpus path
arch/arc/include/asm/unistd.h
Extension
.h
Size
305 bytes
Lines
15
Domain
Architecture Layer
Bucket
arch/arc
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_ARC_UNISTD_H
#define _ASM_ARC_UNISTD_H

#include <uapi/asm/unistd.h>

#define __ARCH_WANT_STAT64
#define __ARCH_WANT_SYS_CLONE
#define __ARCH_WANT_SYS_VFORK
#define __ARCH_WANT_SYS_FORK

#define NR_syscalls __NR_syscalls

#endif

Annotation

Implementation Notes