Commit dce8548b authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: typo in prototype

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent bc4c3611
......@@ -367,7 +367,7 @@ extern void fd_spec_exit(void);
/* Functions exported by i2c.c */
extern int fd_i2c_init(struct fd_dev *fd);
extern void fd_i2c_exit(struct fd_dev *fd);
extern int fd_eerom_read(struct fd_dev *fd, int i2c_addr, uint32_t offset,
extern int fd_eeprom_read(struct fd_dev *fd, int i2c_addr, uint32_t offset,
void *buf, size_t size);
extern int fd_eeprom_write(struct fd_dev *fd, int i2c_addr, uint32_t offset,
void *buf, size_t size);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment