driver_greis.h 149 B

1234567
  1. #ifndef _DRIVER_GREIS_H_
  2. #define _DRIVER_GREIS_H_
  3. unsigned char greis_checksum(const unsigned char *src, int count);
  4. #endif /* _DRIVER_GREIS_H_ */