Zephyr Project API
3.7.0
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
9
#include <
zephyr/sys/fdtable.h
>
10
11
#define FIONBIO ZFD_IOCTL_FIONBIO
12
#define FIONREAD ZFD_IOCTL_FIONREAD
13
14
#ifdef __cplusplus
15
extern
"C"
{
16
#endif
17
18
int
ioctl
(
int
fd,
unsigned
long
request, ...);
19
20
#ifdef __cplusplus
21
}
22
#endif
23
24
#endif
/* ZEPHYR_INCLUDE_POSIX_SYS_IOCTL_H_ */
fdtable.h
ioctl
int ioctl(int fd, unsigned long request,...)
include
zephyr
posix
sys
ioctl.h
Generated on Sun Sep 15 2024 17:01:30 for Zephyr Project API by
1.9.8