include/nvram.h
author etisserant
Wed, 29 Nov 2006 15:51:15 +0100
changeset 48 adc6572caf5d
parent 0 4472ee7c6c3e
permissions -rw-r--r--
minval/maxval macro operators precedence fix. Thanks Luis Jim?nez.
#if !defined(_NVRAM_H_)
#define _NVRAM_H_

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

#endif