From 02f6a9187816267fb5dbfed7372e45d30974e776 Mon Sep 17 00:00:00 2001 From: "K. Y. Srinivasan" Date: Wed, 23 Mar 2011 10:50:19 -0700 Subject: [PATCH] --- yaml --- r: 248915 b: refs/heads/master c: 6e1870a847c2bd40a56f3a8807bf12ad2bf28c33 h: refs/heads/master i: 248913: c031cb210ba7556bcb5d9fe8304aafec19f71814 248911: e779f9615fabc7bae979ca3add35d1f71035e3b2 v: v3 --- [refs] | 2 +- trunk/drivers/staging/hv/vstorage.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 43bbc8077edb..5f7116f7dbd6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 98db4335e978dcec8d31900c58447690e6850f3b +refs/heads/master: 6e1870a847c2bd40a56f3a8807bf12ad2bf28c33 diff --git a/trunk/drivers/staging/hv/vstorage.h b/trunk/drivers/staging/hv/vstorage.h index ebb4d671c424..83060cd86842 100644 --- a/trunk/drivers/staging/hv/vstorage.h +++ b/trunk/drivers/staging/hv/vstorage.h @@ -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 { \ @@ -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_ */