Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353964
b: refs/heads/master
c: 0f5afdd
h: refs/heads/master
v: v3
  • Loading branch information
Cruz Julian Bishop authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent b6042a1 commit ad09f2d
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: 94b84e4510f5b625d74e410103d49dfce826a41d
refs/heads/master: 0f5afdd2389d983d38030ff95d2a07373a5550fc
4 changes: 2 additions & 2 deletions trunk/drivers/staging/android/binder.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ struct binder_pri_ptr_cookie {
void *cookie;
};

enum BinderDriverReturnProtocol {
enum binder_driver_return_protocol {
BR_ERROR = _IOR('r', 0, int),
/*
* int: error code
Expand Down Expand Up @@ -251,7 +251,7 @@ enum BinderDriverReturnProtocol {
*/
};

enum BinderDriverCommandProtocol {
enum binder_driver_command_protocol {
BC_TRANSACTION = _IOW('c', 0, struct binder_transaction_data),
BC_REPLY = _IOW('c', 1, struct binder_transaction_data),
/*
Expand Down

0 comments on commit ad09f2d

Please sign in to comment.