1
#if !defined(_NVRAM_H_)
2
#define _NVRAM_H_
3
4
int canSaveData(indextable *dict, int max_index);
5
int canReadData(indextable *dict, int max_index);
6
7
#endif