12 lines
232 B
C
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_ */
|