提交 aecb2016 编写于 作者: R Roger Pau Monne 提交者: 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: NRoger Pau Monné <roger.pau@citrix.com>
Reviewed-by: NBoris Ostrovsky <boris.ostrovsky@oracle.com>
Link: https://lore.kernel.org/r/20200901083326.21264-2-roger.pau@citrix.comSigned-off-by: NJuergen Gross <jgross@suse.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册