Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354890
b: refs/heads/master
c: db7da79
h: refs/heads/master
v: v3
  • Loading branch information
Tomas Winkler authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 9c0ed12 commit 79562e2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 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: fecb0d584ee96fb2ab3c65825029a66a23ee7e31
refs/heads/master: db7da79df1a9eafb4f07653bf9011537325a9b62
6 changes: 0 additions & 6 deletions trunk/drivers/misc/mei/hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,5 @@ struct hbm_flow_control {
u8 reserved[MEI_FC_MESSAGE_RESERVED_LENGTH];
} __packed;

struct mei_me_client {
struct mei_client_properties props;
u8 client_id;
u8 mei_flow_ctrl_creds;
} __packed;


#endif
13 changes: 13 additions & 0 deletions trunk/drivers/misc/mei/mei_dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,19 @@ struct mei_message_data {
unsigned char *data;
};

/**
* struct mei_me_client - representation of me (fw) client
*
* @props - client properties
* @client_id - me client id
* @mei_flow_ctrl_creds - flow control credits
*/
struct mei_me_client {
struct mei_client_properties props;
u8 client_id;
u8 mei_flow_ctrl_creds;
};


struct mei_cl;

Expand Down

0 comments on commit 79562e2

Please sign in to comment.