include/nvram.h
author oremeq
Fri, 12 May 2006 22:14:03 +0200
changeset 3 d9cf34cd6823
parent 0 4472ee7c6c3e
permissions -rw-r--r--
ADDED LED to TESTMASTERSLAVE. It looks nice!
Some code for the NVRAM support
#if !defined(_NVRAM_H_)
#define _NVRAM_H_

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

#endif