|
@@ -1,5 +1,5 @@
|
|
|
-#ifndef QEMU_HW_XEN_BACKEND_H
|
|
|
-#define QEMU_HW_XEN_BACKEND_H
|
|
|
+#ifndef HW_XEN_LEGACY_BACKEND_H
|
|
|
+#define HW_XEN_LEGACY_BACKEND_H
|
|
|
|
|
|
#include "hw/xen/xen_common.h"
|
|
|
#include "hw/xen/xen_pvdev.h"
|
|
@@ -101,4 +101,4 @@ int xen_config_dev_vfb(int vdev, const char *type);
|
|
|
int xen_config_dev_vkbd(int vdev);
|
|
|
int xen_config_dev_console(int vdev);
|
|
|
|
|
|
-#endif /* QEMU_HW_XEN_BACKEND_H */
|
|
|
+#endif /* HW_XEN_LEGACY_BACKEND_H */
|