Commit aecb2016 authored by Roger Pau Monne's avatar Roger Pau Monne Committed by Juergen Gross

xen/balloon: add header guard

In order to protect against the header being included multiple times
on the same compilation unit.
Signed-off-by: default avatarRoger Pau Monné <roger.pau@citrix.com>
Reviewed-by: default avatarBoris Ostrovsky <boris.ostrovsky@oracle.com>
Link: https://lore.kernel.org/r/20200901083326.21264-2-roger.pau@citrix.comSigned-off-by: default avatarJuergen Gross <jgross@suse.com>
parent 9d3004bf
......@@ -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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment