]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/gpio/machine.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
[mirror_ubuntu-artful-kernel.git] / include / linux / gpio / machine.h
index f738d50cc17d3fcaa0b9b7cf681b70dd2646897d..6e76b16fcadeb15bf78e92f3ff5b57c5cf397ec3 100644 (file)
@@ -9,6 +9,8 @@ enum gpio_lookup_flags {
        GPIO_ACTIVE_LOW = (1 << 0),
        GPIO_OPEN_DRAIN = (1 << 1),
        GPIO_OPEN_SOURCE = (1 << 2),
+       GPIO_SLEEP_MAINTAIN_VALUE = (0 << 3),
+       GPIO_SLEEP_MAY_LOOSE_VALUE = (1 << 3),
 };
 
 /**