Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248915
b: refs/heads/master
c: 6e1870a
h: refs/heads/master
i:
  248913: c031cb2
  248911: e779f96
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent 6bdcbae commit 02f6a91
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 98db4335e978dcec8d31900c58447690e6850f3b
refs/heads/master: 6e1870a847c2bd40a56f3a8807bf12ad2bf28c33
5 changes: 5 additions & 0 deletions trunk/drivers/staging/hv/vstorage.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
/* to alert the user that structure sizes may be mismatched even though the */
/* protocol versions match. */

#ifndef _VSTORAGE_H_
#define _VSTORAGE_H_

#define REVISION_STRING(REVISION_) #REVISION_
#define FILL_VMSTOR_REVISION(RESULT_LVALUE_) \
do { \
Expand Down Expand Up @@ -190,3 +193,5 @@ struct vstor_packet {

/* This is the set of flags that the vsc can set in any packets it sends */
#define VSC_LEGAL_FLAGS (REQUEST_COMPLETION_FLAG)

#endif /* _VSTORAGE_H_ */

0 comments on commit 02f6a91

Please sign in to comment.