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