include/nvram.h
author ppavel
Tue, 30 May 2006 23:13:59 +0200
changeset 26 8340a591acf3
parent 0 4472ee7c6c3e
permissions -rw-r--r--
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