#ifndef SYSTEMSERVICES_H #define SYSTEMSERVICES_H #include Boolean CacheFindBlk(void); Boolean CacheAddBlk(void); void SetDiskSw(void); #endif