Included interfacing code for LinCAN driver.
The driver is selected at configure time by
./configure --can=lincan
#if !defined(_NVRAM_H_)
#define _NVRAM_H_
int canSaveData(indextable *dict, int max_index);
int canReadData(indextable *dict, int max_index);
#endif