5 * ADF Library. (C) 1997-1999 Laurent Clevy
16 PREFIX RETCODE
adfInstallBootBlock(struct Volume
*vol
,unsigned char*);
18 PREFIX BOOL
isSectNumValid(struct Volume
*vol
, SECTNUM nSect
);
20 PREFIX
struct Volume
* adfMount( struct Device
*dev
, int nPart
, BOOL readOnly
);
21 PREFIX
void adfUnMount(struct Volume
*vol
);
22 PREFIX
void adfVolumeInfo(struct Volume
*vol
);
23 struct Volume
* adfCreateVol( struct Device
* dev
, long start
, long len
,
24 char* volName
, int volType
);
26 /*void adfReadBitmap(struct Volume* , long nBlock, struct bRootBlock* root);
27 void adfUpdateBitmap(struct Volume*);
29 PREFIX RETCODE
adfReadBlock(struct Volume
* , long nSect
, unsigned char* buf
);
30 PREFIX RETCODE
adfWriteBlock(struct Volume
* , long nSect
, unsigned char* buf
);
32 #endif /* _ADF_DISK_H */
34 /*##########################################################################*/