Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58859
b: refs/heads/master
c: 61b5956
h: refs/heads/master
i:
  58857: 5ca55d6
  58855: f1d1ecd
v: v3
  • Loading branch information
Sonic Zhang authored and Bryan Wu committed Jul 12, 2007
1 parent 77a8ea0 commit be3a60d
Show file tree
Hide file tree
Showing 2 changed files with 5 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: e745106ce34553171a5d8d2450be07c0cffe39d5
refs/heads/master: 61b59563266aa6bedaf5d45b9b25bc48bb4d3ed3
4 changes: 4 additions & 0 deletions trunk/include/asm-blackfin/mach-bf548/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,7 @@ struct gpio_port_t {
unsigned int port_mux;
};

int gpio_request(unsigned short gpio, const char *label);
void peripheral_free(unsigned short per);
int peripheral_request_list(unsigned short per[], const char *label);
void peripheral_free_list(unsigned short per[]);

0 comments on commit be3a60d

Please sign in to comment.