include/nvram.h
author oremeq
Tue, 23 May 2006 01:15:22 +0200
changeset 23 6a5cdca4de01
parent 0 4472ee7c6c3e
permissions -rw-r--r--
Modification of the dictionnary to support NVRAM.
(Object 0x1010, 0x1011.)
0
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     1
#if !defined(_NVRAM_H_)
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     2
#define _NVRAM_H_
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     3
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     4
int canSaveData(indextable *dict, int max_index);
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     5
int canReadData(indextable *dict, int max_index);
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     6
4472ee7c6c3e Commit a new cvs repo.
etisserant
parents:
diff changeset
     7
#endif