arch/s390/include/uapi/asm/ioctls.h

Source file repositories/reference/linux-study-clean/arch/s390/include/uapi/asm/ioctls.h

File Facts

System
Linux kernel
Corpus path
arch/s390/include/uapi/asm/ioctls.h
Extension
.h
Size
191 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/s390
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 __ARCH_S390_IOCTLS_H__
#define __ARCH_S390_IOCTLS_H__

#define FIOQSIZE	0x545E

#include <asm-generic/ioctls.h>

#endif

Annotation

Implementation Notes