include/nvram.h
author etisserant
Mon, 19 Jun 2006 14:19:23 +0200
changeset 33 c767eabbaaac
parent 0 4472ee7c6c3e
permissions -rw-r--r--
Fixed some bugs with Xenomai and CAN/peak
#if !defined(_NVRAM_H_)
#define _NVRAM_H_

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

#endif