include/nvram.h
author ppavel
Tue, 30 May 2006 23:17:59 +0200
changeset 27 c16a00df5621
parent 0 4472ee7c6c3e
permissions -rw-r--r--
The LinCAN option is listed as accepted one by configure --can option.
#if !defined(_NVRAM_H_)
#define _NVRAM_H_

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

#endif