]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/of_gpio.h
Merge remote-tracking branch 'livepatching/for-next'
[karo-tx-linux.git] / include / linux / of_gpio.h
index f3191828f037368a28b3fc1affc2c5d919b74001..87d6d1632dd4866064fb7319e7ed6f2bff260c49 100644 (file)
@@ -29,6 +29,7 @@ struct device_node;
  */
 enum of_gpio_flags {
        OF_GPIO_ACTIVE_LOW = 0x1,
+       OF_GPIO_SINGLE_ENDED = 0x2,
 };
 
 #ifdef CONFIG_OF_GPIO