devctl.h
来自「RTEMS (Real-Time Executive for Multiproc」· C头文件 代码 · 共 39 行
H
39 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?