mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
6 lines
198 B
C
6 lines
198 B
C
|
int u300_gpio_config_get(struct gpio_chip *chip,
|
||
|
unsigned offset,
|
||
|
unsigned long *config);
|
||
|
int u300_gpio_config_set(struct gpio_chip *chip, unsigned offset,
|
||
|
enum pin_config_param param);
|