include/nvram.h
author etisserant
Thu, 18 May 2006 21:56:59 +0200
changeset 17 c432930b62c2
parent 0 4472ee7c6c3e
permissions -rw-r--r--
Re-orginized led and nvram related code, for generic target.
#if !defined(_NVRAM_H_)
#define _NVRAM_H_

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

#endif