include/nvram.h
author lbessard
Fri, 26 Jan 2007 08:54:02 +0100
changeset 72 68524f7c58b5
parent 0 4472ee7c6c3e
permissions -rw-r--r--
Code for avoiding possible problem on Window while importing html module
Add possibility to load CanOpen DS-301 Help even if no index is selected
#if !defined(_NVRAM_H_)
#define _NVRAM_H_

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

#endif