include/nvram.h
author lbessard
Wed, 21 Jun 2006 08:31:34 +0200
changeset 39 3e94ee906bc6
parent 0 4472ee7c6c3e
permissions -rw-r--r--
Add incremented index in Add Map Variable
Remove jaxe from makefile and configure
#if !defined(_NVRAM_H_)
#define _NVRAM_H_

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

#endif