2 * ADF Library. (C) 1997-1998 Laurent Clevy
29 #define SWBL_BITMAPE 5
36 RETCODE
adfReadRootBlock(struct Volume
*, long nSect
, struct bRootBlock
* root
);
37 RETCODE
adfWriteRootBlock(struct Volume
* vol
, long nSect
, struct bRootBlock
* root
);
38 RETCODE
adfReadBootBlock(struct Volume
*, struct bBootBlock
* boot
);
39 RETCODE
adfWriteBootBlock(struct Volume
* vol
, struct bBootBlock
* boot
);
41 unsigned long adfBootSum(unsigned char *buf
);
42 unsigned long adfNormalSum( unsigned char *buf
, int offset
, int bufLen
);
44 void swapEndian( unsigned char *buf
, int type
);
46 #endif /* _ADF_RAW_H */
48 /*##########################################################################*/