use the correct targets to build the drivers so they can be disabled as appropriate.
[AROS.git] / rom / filesys / pfs3 / fs / init_protos.h
blob8a1706211f6dcb36a250636b95dfe1167df6be10
1 /* Prototypes for functions defined in
2 init.c
3 */
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 * );