diff options
Diffstat (limited to 'include/xen/balloon.h')
| -rw-r--r-- | include/xen/balloon.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/include/xen/balloon.h b/include/xen/balloon.h index 6fb95aa19405..6dbdb0b3fd03 100644 --- a/include/xen/balloon.h +++ b/include/xen/balloon.h @@ -2,6 +2,8 @@  /******************************************************************************   * Xen balloon functionality   */ +#ifndef _XEN_BALLOON_H +#define _XEN_BALLOON_H  #define RETRY_UNLIMITED	0 @@ -34,3 +36,5 @@ static inline void xen_balloon_init(void)  {  }  #endif + +#endif	/* _XEN_BALLOON_H */  | 
