Files
counter/driver/ls7366r.h
2025-06-13 12:56:21 +01:00

12 lines
232 B
C

#ifndef _LS7366R_H_
#define _LS7366R_H_
#include <linux/spi/spi.h>
extern struct spi_driver ls7366r_driver;
extern struct spi_device *ls7366r_spi_client;
int read_otr(struct spi_device *client, u32 *r);
#endif /* _LS7366R_H_ */