include/nvram.h
author lbessard
Tue, 13 Jun 2006 08:52:47 +0200
changeset 29 6d35e9caedd4
parent 0 4472ee7c6c3e
permissions -rw-r--r--
Bugs on gen_cfile.py reported by Errin Bechtel corrected
#if !defined(_NVRAM_H_)
#define _NVRAM_H_

int canSaveData(indextable *dict, int max_index);
int canReadData(indextable *dict, int max_index);

#endif