xref: /kernel/linux/linux-6.6/include/uapi/linux/eventfd.h (revision 62306a36)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/include/uapi/linux/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
262306a36Sopenharmony_ci#ifndef _UAPI_LINUX_EVENTFD_H
362306a36Sopenharmony_ci#define _UAPI_LINUX_EVENTFD_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#include <linux/fcntl.h>
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#define EFD_SEMAPHORE (1 << 0)
862306a36Sopenharmony_ci#define EFD_CLOEXEC O_CLOEXEC
962306a36Sopenharmony_ci#define EFD_NONBLOCK O_NONBLOCK
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci#endif /* _UAPI_LINUX_EVENTFD_H */
12

Indexes created Thu Nov 07 10:32:03 CST 2024