mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 23:02:18 +00:00
7 lines
237 B
C
7 lines
237 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
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);
|