include/nvram.h
author oremeq
Tue, 23 May 2006 01:15:22 +0200
changeset 23 6a5cdca4de01
parent 0 4472ee7c6c3e
permissions -rw-r--r--
Modification of the dictionnary to support NVRAM.
(Object 0x1010, 0x1011.)
#if !defined(_NVRAM_H_)
#define _NVRAM_H_

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

#endif