.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Interface the pinmux subsystem |
---|
3 | 4 | * |
---|
.. | .. |
---|
6 | 7 | * Based on bits of regulator core, gpio core and clk core |
---|
7 | 8 | * |
---|
8 | 9 | * Author: Linus Walleij <linus.walleij@linaro.org> |
---|
9 | | - * |
---|
10 | | - * License terms: GNU General Public License (GPL) version 2 |
---|
11 | 10 | */ |
---|
12 | 11 | #ifndef __LINUX_PINCTRL_PINMUX_H |
---|
13 | 12 | #define __LINUX_PINCTRL_PINMUX_H |
---|
.. | .. |
---|
15 | 14 | #include <linux/list.h> |
---|
16 | 15 | #include <linux/seq_file.h> |
---|
17 | 16 | #include <linux/pinctrl/pinctrl.h> |
---|
18 | | - |
---|
19 | | -#ifdef CONFIG_PINMUX |
---|
20 | 17 | |
---|
21 | 18 | struct pinctrl_dev; |
---|
22 | 19 | |
---|
.. | .. |
---|
84 | 81 | bool input); |
---|
85 | 82 | bool strict; |
---|
86 | 83 | }; |
---|
87 | | - |
---|
88 | | -#endif /* CONFIG_PINMUX */ |
---|
89 | 84 | |
---|
90 | 85 | #endif /* __LINUX_PINCTRL_PINMUX_H */ |
---|