summaryrefslogtreecommitdiff
path: root/driver_greis.h
blob: ccd73e58424fd48f8e46a5fdfe59b40474e11942 (plain)
1
2
3
4
5
6
#ifndef _DRIVER_GREIS_H_
#define _DRIVER_GREIS_H_

unsigned char greis_checksum(const unsigned char *src, int count);

#endif /* _DRIVER_GREIS_H_ */