3 * Viktar Palstsiuk, Promwad, viktar.palstsiuk@promwad.com
5 * SPDX-License-Identifier: GPL-2.0+
11 int sx151x_get_value(int chip, int gpio);
12 int sx151x_set_value(int chip, int gpio, int val);
13 int sx151x_direction_input(int chip, int gpio);
14 int sx151x_direction_output(int chip, int gpio);
15 int sx151x_reset(int chip);
17 #endif /* __SX151X_H_ */