📄 tffs2lnx.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -