oslinux.h

来自「一个Linux下的软猫驱动」· C头文件 代码 · 共 36 行

H
36
字号
/* * Copyright (c) 2003-2004 Linuxant inc. * Copyright (c) 2001-2003 Conexant Systems, Inc. * * NOTE: The use and distribution of this software is governed by the terms in * the file LICENSE, which is included in the package. You must read this and * agree to these terms before using or distributing this software. * */#ifndef __OSLINUX_H#define __OSLINUX_H#ifdef __cplusplusextern "C"{#endif__shimcall__int OsInit(void);__shimcall__int OsDcpInit(void);__shimcall__void OsDcpExit(void);__shimcall__int OsScrInit(void);__shimcall__void OsScrExit(void);#ifdef __cplusplus}#endif#endif /* __OSLINUX_H */

⌨️ 快捷键说明

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