include/nvram.h
author etisserant
Thu, 31 Aug 2006 10:28:53 +0200
changeset 47 8a1047ab51f4
parent 0 4472ee7c6c3e
permissions -rw-r--r--
SOCKET-CAN support added. Many thanks to Jan Kiszka !
#if !defined(_NVRAM_H_)
#define _NVRAM_H_

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

#endif