00001 00014 #ifndef STORAGE_H 00015 #define STORAGE_H 00016 00017 00019 unsigned char InitStorage(); 00020 00022 unsigned char ReadDiskSector(unsigned long sectorN); 00023 00025 void DumpDiskSector(); 00026 00031 void WriteDiskSector(unsigned long sectorN); 00032 void WriteDiskSectorRec(unsigned long sectorN); 00033 00034 00035 unsigned char TransferSectorSDI(unsigned long sectorN); 00036 unsigned char TransferSectorSCI(unsigned long sectorN); 00037 00038 00039 00040 #endif