#if !defined(_NVRAM_H_) #define _NVRAM_H_ int canSaveData(indextable *dict, int max_index); int canReadData(indextable *dict, int max_index); #endif