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