Skip to content

Commit

Permalink
Staging: hv: Add the inclusion guard for vstorage.h
Browse files Browse the repository at this point in the history
In preparation for getting rid of the inclusion of storvsc.c from
blkvsc.c, add inclusion guard to vstorage.h

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent 98db433 commit 6e1870a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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 6e1870a

Please sign in to comment.