aboutsummaryrefslogtreecommitdiff
path: root/include/xen/xen-ops.h
blob: 10ddfe0142d08e93be872477025168eb4e0dab47 (plain)
1
2
3
4
5
6
7
8
#ifndef INCLUDE_XEN_OPS_H
#define INCLUDE_XEN_OPS_H

#include <linux/percpu.h>

DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu);

#endif /* INCLUDE_XEN_OPS_H */