function.h
来自「DS编写基于ISA插槽的,数据采集卡驱动程序,包含基本的中断,I/O读写」· C头文件 代码 · 共 30 行
H
30 行
// function.h for MAPMEM example
//=============================================================================
//
// Compuware Corporation
// NuMega Lab
// 9 Townsend West
// Nashua, NH 03060 USA
//
// Copyright (c) 1998 Compuware Corporation. All Rights Reserved.
// Unpublished - rights reserved under the Copyright laws of the
// United States.
//
//=============================================================================
#ifndef __FUNCTION_H__
#define __FUNCTION_H__
// Driver Functions
#define DRIVER_FUNCTION_UNLOAD
#define DRIVER_FUNCTION_CREATE
#define DRIVER_FUNCTION_CLOSE
#define DRIVER_FUNCTION_DEVICE_CONTROL
#define DRIVER_FUNCTION_CLEANUP
//#define DRIVER_FUNCTION_READ
//#define DRIVER_FUNCTION_WRITE
//#define DRIVER_FUNCTION_STARTIO
#endif //__FUNCTION__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?