arch/xtensa/include/uapi/asm/poll.h

Source file repositories/reference/linux-study-clean/arch/xtensa/include/uapi/asm/poll.h

File Facts

System
Linux kernel
Corpus path
arch/xtensa/include/uapi/asm/poll.h
Extension
.h
Size
509 bytes
Lines
22
Domain
Architecture Layer
Bucket
arch/xtensa
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 _XTENSA_POLL_H
#define _XTENSA_POLL_H

#define POLLWRNORM	POLLOUT
#define POLLWRBAND	0x0100
#define POLLREMOVE	0x0800

#include <asm-generic/poll.h>

#endif /* _XTENSA_POLL_H */

Annotation

Implementation Notes