include/nvram.h
author frdupin
Mon, 05 Feb 2007 10:22:31 +0100
changeset 87 074126d73842
parent 0 4472ee7c6c3e
permissions -rw-r--r--
little/big endian and nodeId
#if !defined(_NVRAM_H_)
#define _NVRAM_H_

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

#endif