Sign in
third-party-mirror
/
fuchsia-benchmarks
/
4d8f191f6f9b09beca24415d898f0c31e2b8db44
/
.
/
third_party
/
fuchsia-sdk
/
arch
/
x64
/
sysroot
/
include
/
sys
/
ioctl.h
blob: ad22a3b90fe7c40595dca9624fe9d247507b60c2 [
file
] [
log
] [
blame
]
#ifndef
SYSROOT_SYS_IOCTL_H_
#define
SYSROOT_SYS_IOCTL_H_
#ifdef
__cplusplus
extern
"C"
{
#endif
#include
<bits/ioctl.h>
int
ioctl
(
int
,
int
,
...);
#ifdef
__cplusplus
}
#endif
#endif
// SYSROOT_SYS_IOCTL_H_