include/nvram.h
author frdupin
Thu, 11 Jan 2007 11:08:56 +0100
changeset 65 94c820522994
parent 0 4472ee7c6c3e
permissions -rw-r--r--
PDO mapping parameters : number of mapped app must be in RW access
#if !defined(_NVRAM_H_)
#define _NVRAM_H_

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

#endif