tffs2lnx.h
来自「Linux下msys公司提供的doc2000的驱动源代码」· C头文件 代码 · 共 18 行
H
18 行
#ifndef ___TFFS2LNX__H__#define ___TFFS2LNX__H__/* Driver Functions */void TffsInit(TheDiskInfo*pDiskInfo);void TffsCleanup(TheDiskInfo*pDiskInfo);BOOL TffsOpen(DeviceInfo*pDevice);BOOL TffsRelease(DeviceInfo*pDevice);BOOL TffsRead(DeviceInfo*pDevice,void*data,int block,int count);BOOL TffsWrite(DeviceInfo*pDevice,void*data,int block,int count);int TffsIoctl(DeviceInfo*pDevice,int cmd,unsigned long arg);#ifdef HW_PROTECTIONBOOL TffsIsWriteProtected(DeviceInfo*pDevice);#endifvoid TffsGetDriveGeometry(unsigned long dwSectorsPerDevice,unsigned long dwMaxCylinders,unsigned char*pHeads,unsigned char*pSectors,unsigned int*pCylinders);#endif /* ___TFFS2LNX__H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?