We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ea117 commit 867b5bfCopy full SHA for 867b5bf
include/linux/gpio.h
@@ -21,9 +21,9 @@ struct gpiochip_info {
21
#define GPIOLINE_FLAG_ACTIVE_LOW (1UL << 2)
22
#define GPIOLINE_FLAG_OPEN_DRAIN (1UL << 3)
23
#define GPIOLINE_FLAG_OPEN_SOURCE (1UL << 4)
24
-#define GPIOLINE_FLAG_BIAS_PULL_UP (1UL << 5)
25
-#define GPIOLINE_FLAG_BIAS_PULL_DOWN (1UL << 6)
26
-#define GPIOLINE_FLAG_BIAS_DISABLE (1UL << 7)
+#define GPIOLINE_FLAG_BIAS_PULL_UP (1UL << 5)
+#define GPIOLINE_FLAG_BIAS_PULL_DOWN (1UL << 6)
+#define GPIOLINE_FLAG_BIAS_DISABLE (1UL << 7)
27
28
struct gpioline_info {
29
__u32 line_offset;
0 commit comments