Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65985
b: refs/heads/master
c: 214cccb
h: refs/heads/master
i:
  65983: c4e7f6e
v: v3
  • Loading branch information
Bryan Wu committed Jul 25, 2007
1 parent 6b489da commit 64e8171
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 31430ba58a3c33cf32aa89117876f6e24f1b9a6e
refs/heads/master: 214cccbbb22136566e72956fcd23c48c2a4abb33
18 changes: 18 additions & 0 deletions trunk/include/asm-blackfin/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,24 @@

#ifdef BF533_FAMILY
#define MAX_BLACKFIN_GPIOS 16

#define GPIO_PF0 0
#define GPIO_PF1 1
#define GPIO_PF2 2
#define GPIO_PF3 3
#define GPIO_PF4 4
#define GPIO_PF5 5
#define GPIO_PF6 6
#define GPIO_PF7 7
#define GPIO_PF8 8
#define GPIO_PF9 9
#define GPIO_PF10 10
#define GPIO_PF11 11
#define GPIO_PF12 12
#define GPIO_PF13 13
#define GPIO_PF14 14
#define GPIO_PF15 15

#endif

#ifdef BF537_FAMILY
Expand Down

0 comments on commit 64e8171

Please sign in to comment.