mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
9 lines
159 B
C
9 lines
159 B
C
|
|
#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 */
|