include/nvram.h
author etisserant
Tue, 20 Jun 2006 22:43:37 +0200
changeset 38 9b5bb1dcb4f5
parent 0 4472ee7c6c3e
permissions -rw-r--r--
Cygwin port. Still untested. Compiles and link.
#if !defined(_NVRAM_H_)
#define _NVRAM_H_

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

#endif