include/nvram.h
author etisserant
Tue, 20 Jun 2006 19:02:43 +0200
changeset 37 c6ff23a48232
parent 0 4472ee7c6c3e
permissions -rw-r--r--
Some fixes for GUI running Windows
#if !defined(_NVRAM_H_)
#define _NVRAM_H_

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

#endif