Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ioctl.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2019 Linaro Limited
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#ifndef ZEPHYR_INCLUDE_POSIX_SYS_IOCTL_H_
7#define ZEPHYR_INCLUDE_POSIX_SYS_IOCTL_H_
8
10
12#define FIONBIO ZFD_IOCTL_FIONBIO
14#define FIONREAD ZFD_IOCTL_FIONREAD
16#define FIONWRITE ZFD_IOCTL_FIONWRITE
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
22int ioctl(int fd, unsigned long request, ...);
23
24#ifdef __cplusplus
25}
26#endif
27
28#endif /* ZEPHYR_INCLUDE_POSIX_SYS_IOCTL_H_ */
int ioctl(int fd, unsigned long request,...)