www.pudn.com > vcom.zip > function.h


// function.h 
// 
// This file controls which driver functions are enabled. 
 
#ifndef __function_h__ 
#define __function_h__ 
 
#define DRIVER_FUNCTION_CREATE 
#define DRIVER_FUNCTION_CLOSE 
#define DRIVER_FUNCTION_DEVICE_CONTROL 
#define DRIVER_FUNCTION_FLUSH_BUFFERS 
#define DRIVER_FUNCTION_READ 
#define DRIVER_FUNCTION_WRITE 
 
#define DRIVER_FUNCTION_UNLOAD 
 
#define DRIVER_FUNCTION_SHUTDOWN 
#define DRIVER_FUNCTION_CLEANUP 
 
#endif