include/nvram.h
author lbessard
Tue, 13 Jun 2006 16:05:57 +0200
changeset 30 a5dd050b28cb
parent 0 4472ee7c6c3e
permissions -rw-r--r--
Some bugs found corrected
#if !defined(_NVRAM_H_)
#define _NVRAM_H_

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

#endif