arch/powerpc/include/uapi/asm/ps3fb.h

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

File Facts

System
Linux kernel
Corpus path
arch/powerpc/include/uapi/asm/ps3fb.h
Extension
.h
Size
1110 bytes
Lines
34
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

struct ps3fb_ioctl_res {
	__u32 xres; /* frame buffer x_size */
	__u32 yres; /* frame buffer y_size */
	__u32 xoff; /* margine x  */
	__u32 yoff; /* margine y */
	__u32 num_frames; /* num of frame buffers */
};

#endif /* _ASM_POWERPC_PS3FB_H_ */

Annotation

Implementation Notes