1 /****************************************************************************** 2 * asm-x86/guest.h 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms and conditions of the GNU General Public 6 * License, version 2, as published by the Free Software Foundation. 7 * 8 * This program is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 * General Public License for more details. 12 * 13 * You should have received a copy of the GNU General Public 14 * License along with this program; If not, see <http://www.gnu.org/licenses/>. 15 * 16 * Copyright (c) 2017 Citrix Systems Ltd. 17 */ 18 19 #ifndef __X86_GUEST_H__ 20 #define __X86_GUEST_H__ 21 22 #include <asm/guest/hypercall.h> 23 #include <asm/guest/pvh-boot.h> 24 #include <asm/guest/xen.h> 25 #include <asm/pv/shim.h> 26 27 #endif /* __X86_GUEST_H__ */ 28 29 /* 30 * Local variables: 31 * mode: C 32 * c-file-style: "BSD" 33 * c-basic-offset: 4 34 * tab-width: 4 35 * indent-tabs-mode: nil 36 * End: 37 */ 38