arch/s390/kernel/diag/diag_ioctl.h

Source file repositories/reference/linux-study-clean/arch/s390/kernel/diag/diag_ioctl.h

File Facts

System
Linux kernel
Corpus path
arch/s390/kernel/diag/diag_ioctl.h
Extension
.h
Size
354 bytes
Lines
15
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 _DIAG_IOCTL_H
#define _DIAG_IOCTL_H

#include <linux/types.h>

long diag324_pibbuf(unsigned long arg);
long diag324_piblen(unsigned long arg);

long diag310_memtop_stride(unsigned long arg);
long diag310_memtop_len(unsigned long arg);
long diag310_memtop_buf(unsigned long arg);

#endif /* _DIAG_IOCTL_H */

Annotation

Implementation Notes