5 * ADF Library. (C) 1997-1998 Laurent Clevy
13 adfCreateDumpDevice(char* filename
, long cyl
, long heads
, long sec
);
14 PREFIX RETCODE
adfCreateHdFile(struct Device
* dev
, char* volName
, int volType
);
15 BOOL
adfInitDumpDevice(struct Device
* dev
, char* name
,BOOL
);
16 BOOL
adfReadDumpSector(struct Device
*dev
, SECTNUM n
, int size
, unsigned char* buf
);
17 BOOL
adfWriteDumpSector(struct Device
*dev
, SECTNUM n
, int size
, unsigned char* buf
);
18 void adfReleaseDumpDevice(struct Device
*dev
);
21 #endif /* ADF_DUMP_H */
22 /*##########################################################################*/