Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311764
b: refs/heads/master
c: f567fde
h: refs/heads/master
v: v3
  • Loading branch information
Laxman Dewangan authored and Linus Walleij committed Jul 5, 2012
1 parent 6d8062c commit 60c814b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 42b14cb037fefa33a2ff51c4d3915a49c71de3d5
refs/heads/master: f567fde24640cf6f2d6416196bfc8b3fefc8e433
4 changes: 2 additions & 2 deletions trunk/include/linux/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
/* Gpio pin is open source */
#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_CHANGEABLE (GPIOF_EXPORT | GPIOF_EXPORT_CHANGEABLE)

Expand Down

0 comments on commit 60c814b

Please sign in to comment.