hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/include/linux/pinctrl/pinctrl-state.h
....@@ -3,6 +3,9 @@
33 * Standard pin control state definitions
44 */
55
6
+#ifndef __LINUX_PINCTRL_PINCTRL_STATE_H
7
+#define __LINUX_PINCTRL_PINCTRL_STATE_H
8
+
69 /**
710 * @PINCTRL_STATE_DEFAULT: the state the pinctrl handle shall be put
811 * into as default, usually this means the pins are up and ready to
....@@ -31,3 +34,5 @@
3134 #define PINCTRL_STATE_INIT "init"
3235 #define PINCTRL_STATE_IDLE "idle"
3336 #define PINCTRL_STATE_SLEEP "sleep"
37
+
38
+#endif /* __LINUX_PINCTRL_PINCTRL_STATE_H */