X-Git-Url: http://www.average.org/gitweb/?p=pulsecounter.git;a=blobdiff_plain;f=linux%2Fdbstore.h;fp=linux%2Fdbstore.h;h=813f72ba134895c5817538dff75b2dd078e09ac8;hp=0000000000000000000000000000000000000000;hb=bf310cc703ac0ed8be107c8f93b63d646b711f26;hpb=a1d335a2895b04b965d678167ecfd14ab4245960 diff --git a/linux/dbstore.h b/linux/dbstore.h new file mode 100644 index 0000000..813f72b --- /dev/null +++ b/linux/dbstore.h @@ -0,0 +1,6 @@ +#ifndef _DBSTORE_H +#define _DBSTORE_H + +extern int dbstore(uint8_t which, uint32_t val); + +#endif