more separation
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
#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_ */
|
||||
|
Reference in New Issue
Block a user