aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/ia64/xc_ia64_save_restore.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxc/ia64/xc_ia64_save_restore.h')
-rw-r--r--tools/libxc/ia64/xc_ia64_save_restore.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/tools/libxc/ia64/xc_ia64_save_restore.h b/tools/libxc/ia64/xc_ia64_save_restore.h
deleted file mode 100644
index d392fc8c7c..0000000000
--- a/tools/libxc/ia64/xc_ia64_save_restore.h
+++ /dev/null
@@ -1,47 +0,0 @@
-/******************************************************************************
- * xc_ia64_save_restore.h
- *
- * Copyright (c) 2006 Isaku Yamahata <yamahata at valinux co jp>
- * VA Linux Systems Japan K.K.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
- */
-
-#ifndef XC_IA64_SAVE_RESTORE_H
-#define XC_IA64_SR_H
-
- /* introduced changeset 10692:306d7857928c of xen-ia64-unstable.ht */
-#define XC_IA64_SR_FORMAT_VER_ONE 1UL
- /* using foreign p2m exposure version */
-#define XC_IA64_SR_FORMAT_VER_TWO 2UL
- /* only pv change: send vcpumap and all vcpu context */
-#define XC_IA64_SR_FORMAT_VER_THREE 3UL
-#define XC_IA64_SR_FORMAT_VER_MAX 3UL
-
-#define XC_IA64_SR_FORMAT_VER_CURRENT XC_IA64_SR_FORMAT_VER_THREE
-
-
-#endif /* XC_IA64_SAVE_RESTORE_H */
-
-/*
- * Local variables:
- * mode: C
- * c-set-style: "BSD"
- * c-basic-offset: 4
- * tab-width: 4
- * indent-tabs-mode: nil
- * End:
- */