#pragma once #ifdef __cplusplus extern "C" { #endif #include int ioctl(int, int, ...); #ifdef __cplusplus } #endif