usbkeyboardtypep.h
来自「此文件是cp6000主板的bsp包」· C头文件 代码 · 共 54 行
H
54 行
/* usbKeyboardTyPep.h - USB keyboard with TY device driver connection *//* Copyright 2002 Kontron Modular Computers GmbH *//*modification history--------------------01b,01aug02,phd copyright adjusted01a,19nov01,phd created*/#ifndef __INCusbKeyboardTyPep_h#define __INCusbKeyboardTyPep_h#ifdef __cplusplusextern "C" {#endif/* includes */#include "vxWorks.h"#include "sioLib.h"#include "versionPep.h"/* defines */PEP_VERSION(usbKeyboardTyPep_h,01b) /* version identifier *//* externals */IMPORT SIO_CHAN* pUsbKeyboardTySioChan; /* SIO channel assigned to the TY device *//* function prototypes */#if defined(__STDC__) || defined(__cplusplus)IMPORT STATUS usbKeyboardTyInit (void);IMPORT STATUS usbKeyboardTyHook (int opCode);#elseIMPORT STATUS usbKeyboardTyInit ();IMPORT STATUS usbKeyboardTyHook ();#endif /* __STDC__ */#ifdef __cplusplus}#endif#endif /* __INCusbKeyboardTyPep_h *//* eof */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?