more separation

This commit is contained in:
2025-06-13 12:56:21 +01:00
parent 46acdf410e
commit 738d2ffa8e
6 changed files with 26 additions and 9 deletions

View File

@ -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_ */