[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v3 16/19] xen: Update header guards - Scheduling
Updated headers related to scheduling. Signed-off-by: Frediano Ziglio <frediano.ziglio@xxxxxxxxx> --- xen/common/sched/private.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xen/common/sched/private.h b/xen/common/sched/private.h index c0e7c96d24..02ab905412 100644 --- a/xen/common/sched/private.h +++ b/xen/common/sched/private.h @@ -5,8 +5,8 @@ * Portions by Mark Williamson are (C) 2004 Intel Research Cambridge */ -#ifndef __XEN_SCHED_IF_H__ -#define __XEN_SCHED_IF_H__ +#ifndef COMMON__SCHED__PRIVATE_H +#define COMMON__SCHED__PRIVATE_H #include <xen/err.h> #include <xen/list.h> @@ -666,4 +666,4 @@ void cpupool_put(struct cpupool *pool); int cpupool_add_domain(struct domain *d, unsigned int poolid); void cpupool_rm_domain(struct domain *d); -#endif /* __XEN_SCHED_IF_H__ */ +#endif /* COMMON__SCHED__PRIVATE_H */ -- 2.34.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |