00001 00014 #ifndef STORAGE_H 00015 #define STORAGE_H 00016 00017 00019 unsigned char InitStorage(); 00020 00027 unsigned char PrepareToReadDiskSector(unsigned long sectorN); 00028 00038 unsigned char ReadDiskSector(unsigned long sectorN); 00039 00041 void DumpDiskSector(); 00042 00047 void WriteDiskSector(unsigned long sectorN); 00048 00049 00050 00051 00052 00053 #endif