⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 devctl.h

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻 H
字号:
/* devctl.h * *  $Id: devctl.h,v 1.4 1999/04/26 18:22:08 joel Exp $ */#ifndef __POSIX_DEVICE_CONTROL_h#define __POSIX_DEVICE_CONTROL_h#ifdef __cplusplusextern "C" {#endif#include <sys/features.h>#if defined(_POSIX_DEVICE_CONTROL)#include <sys/types.h>#include <unistd.h>/* *  21.2.1 Control a Device, P1003.4b/D8, p. 65 */int devctl(  int     filedes,  void   *dev_data_ptr,  size_t  nbyte,  int    *dev_info_ptr);#endif#ifdef __cplusplus}#endif#endif/* end of include file */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -