arch/powerpc/include/uapi/asm/papr-miscdev.h

Source file repositories/reference/linux-study-clean/arch/powerpc/include/uapi/asm/papr-miscdev.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/include/uapi/asm/papr-miscdev.h
Extension
.h
Size
199 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/powerpc
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 _UAPI_PAPR_MISCDEV_H_
#define _UAPI_PAPR_MISCDEV_H_

enum {
	PAPR_MISCDEV_IOC_ID = 0xb2,
};

#endif /* _UAPI_PAPR_MISCDEV_H_ */

Annotation

Implementation Notes