|
@@ -22,8 +22,8 @@
|
|
/* Gpio pin is open source */
|
|
/* Gpio pin is open source */
|
|
#define GPIOF_OPEN_SOURCE (1 << 3)
|
|
#define GPIOF_OPEN_SOURCE (1 << 3)
|
|
|
|
|
|
-#define GPIOF_EXPORT (1 << 2)
|
|
|
|
-#define GPIOF_EXPORT_CHANGEABLE (1 << 3)
|
|
|
|
|
|
+#define GPIOF_EXPORT (1 << 4)
|
|
|
|
+#define GPIOF_EXPORT_CHANGEABLE (1 << 5)
|
|
#define GPIOF_EXPORT_DIR_FIXED (GPIOF_EXPORT)
|
|
#define GPIOF_EXPORT_DIR_FIXED (GPIOF_EXPORT)
|
|
#define GPIOF_EXPORT_DIR_CHANGEABLE (GPIOF_EXPORT | GPIOF_EXPORT_CHANGEABLE)
|
|
#define GPIOF_EXPORT_DIR_CHANGEABLE (GPIOF_EXPORT | GPIOF_EXPORT_CHANGEABLE)
|
|
|
|
|