mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
xen/balloon: add header guard
In order to protect against the header being included multiple times on the same compilation unit. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Link: https://lore.kernel.org/r/20200901083326.21264-2-roger.pau@citrix.com Signed-off-by: Juergen Gross <jgross@suse.com>
This commit is contained in:
committed by
Juergen Gross
parent
9d3004bf7b
commit
aecb2016c9
@@ -2,6 +2,8 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* Xen balloon functionality
|
* Xen balloon functionality
|
||||||
*/
|
*/
|
||||||
|
#ifndef _XEN_BALLOON_H
|
||||||
|
#define _XEN_BALLOON_H
|
||||||
|
|
||||||
#define RETRY_UNLIMITED 0
|
#define RETRY_UNLIMITED 0
|
||||||
|
|
||||||
@@ -34,3 +36,5 @@ static inline void xen_balloon_init(void)
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* _XEN_BALLOON_H */
|
||||||
|
Reference in New Issue
Block a user