📄 mfmlowlayer.het
字号:
#ifndef MFMLOWLAYER_HET#define MFMLOWLAYER_HETtypedef struct st_mfm_llFormat { u16 v_Operation; MC_PCC_FILL_STRUCT2 s32 * p_Status; } t_mfm_llFormat;typedef struct st_mfm_llCreateFile { u16 v_Operation; MC_PCC_FILL_STRUCT2 u16 * p_Id; s32 v_MaxFileSize; s32 * p_Status; } t_mfm_llCreateFile;typedef struct st_mfm_llRemoveFile { u16 v_Operation; u16 v_Id; s32 * p_Status; } t_mfm_llRemoveFile;typedef struct st_mfm_llGetFileSize { u16 v_Operation; u16 v_Id; s32 * p_FileSize; s32 * p_Status; } t_mfm_llGetFileSize;/* Structure for a get file addr */typedef struct st_mfm_llGetFilesAddr { u16 v_Operation; u16 v_NbFilesToGet; u16 * p_IdTable; t_fsFileAddr * p_InAddrBuff; u32 v_BuffSize; u16 * p_NbFilesGot ; t_fsFileAddr * * p_OutAddrBuff; u32 * p_UsedBuffSize; s32 * p_Status; } t_mfm_llGetFilesAddr;/* Structure for read is identical that which defined for FS */typedef t_fs_llRead t_mfm_llRead;/* Structure for write complex is identical that which defined for FS */typedef t_fs_llWriteComplex t_mfm_llWriteComplex;/* structure for IO buff conf */typedef t_fs_llUpdateIOBuffConf t_mfm_llUpdateIOBuffConf;/* Structure of Init */typedef t_fs_llInit t_mfm_llInit;/* Structure for a freeze/unfreeze */typedef t_fs_llFreezeUnFreezeVol t_mfm_llFreezeUnFreezeVol;/* Structure for a volume garbage */typedef t_fs_llGarbageVol t_mfm_llGarbageVol;/* Structure for a get volume info */typedef t_fs_llGetVolInfo t_mfm_llGetVolInfo;/* Structure to opens a file */typedef t_fs_llFOpen t_mfm_llFOpen;/* Structure to closes a files */typedef t_fs_llFClose t_mfm_llFClose;#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -