]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/pca9698.h
gpio: Add PCA9698 40-bit I2C I/O port
[people/ms/u-boot.git] / include / pca9698.h
CommitLineData
486cad03
DE
1#ifndef __PCA9698_H_
2#define __PCA9698_H_
3
4int pca9698_direction_input(u8 chip, unsigned offset);
5int pca9698_direction_output(u8 chip, unsigned offset);
6int pca9698_get_input(u8 chip, unsigned offset);
7int pca9698_set_output(u8 chip, unsigned offset, int value);
8
9#endif /* __PCA9698_H_ */