arch/sh/include/asm/syscall.h

Source file repositories/reference/linux-study-clean/arch/sh/include/asm/syscall.h

File Facts

System
Linux kernel
Corpus path
arch/sh/include/asm/syscall.h
Extension
.h
Size
201 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/sh
Inferred role
Architecture Layer: syscall or user/kernel boundary
Status
core 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_SH_SYSCALL_H
#define __ASM_SH_SYSCALL_H

extern const unsigned long sys_call_table[];

#include <asm/syscall_32.h>

#endif /* __ASM_SH_SYSCALL_H */

Annotation

Implementation Notes