1 /* Prototypes for functions defined in
5 BOOL
Initialize(DSTR
, struct FileSysStartupMsg
* , struct DeviceNode
* , globaldata
* );
7 void InitModules(struct volumedata
* , BOOL
, globaldata
* );
9 void lock_device_unit(struct globaldata
* );
10 void unlock_device_unit(struct globaldata
* );
12 void UninstallDiskChangeHandler(struct globaldata
*);
14 void UninstallResetHandler(struct globaldata
* );
15 void HandshakeResetHandler(struct globaldata
* );