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

📄 devctl.c

📁 RTEMS (Real-Time Executive for Multiprocessor Systems) is a free open source real-time operating sys
💻 C
字号:
/* *  $Id: devctl.c,v 1.7 2001/01/24 14:17:28 joel Exp $ */#if HAVE_CONFIG_H#include "config.h"#endif#include <devctl.h>#include <rtems/system.h>/*PAGE * *  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){  return POSIX_NOT_IMPLEMENTED();}

⌨️ 快捷键说明

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