15084Sjohnlev /* 25084Sjohnlev * CDDL HEADER START 35084Sjohnlev * 45084Sjohnlev * The contents of this file are subject to the terms of the 55084Sjohnlev * Common Development and Distribution License (the "License"). 65084Sjohnlev * You may not use this file except in compliance with the License. 75084Sjohnlev * 85084Sjohnlev * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 95084Sjohnlev * or http://www.opensolaris.org/os/licensing. 105084Sjohnlev * See the License for the specific language governing permissions 115084Sjohnlev * and limitations under the License. 125084Sjohnlev * 135084Sjohnlev * When distributing Covered Code, include this CDDL HEADER in each 145084Sjohnlev * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 155084Sjohnlev * If applicable, add the following below this CDDL HEADER, with the 165084Sjohnlev * fields enclosed by brackets "[]" replaced with your own identifying 175084Sjohnlev * information: Portions Copyright [yyyy] [name of copyright owner] 185084Sjohnlev * 195084Sjohnlev * CDDL HEADER END 205084Sjohnlev */ 215084Sjohnlev 225084Sjohnlev /* 23*11120SMark.Johnson@Sun.COM * Copyright 2009 Sun Microsystems, Inc. All rights reserved. 245084Sjohnlev * Use is subject to license terms. 255084Sjohnlev */ 265084Sjohnlev 275084Sjohnlev #ifndef _SYS_XPV_IMPL_H 285084Sjohnlev #define _SYS_XPV_IMPL_H 295084Sjohnlev 305084Sjohnlev #ifdef __cplusplus 315084Sjohnlev extern "C" { 325084Sjohnlev #endif 335084Sjohnlev 345084Sjohnlev #if !defined(_ASM) 355084Sjohnlev #include <sys/types.h> 365084Sjohnlev #endif 375084Sjohnlev 385084Sjohnlev #define __XEN_INTERFACE_VERSION__ __XEN_LATEST_INTERFACE_VERSION__ 395084Sjohnlev 405084Sjohnlev #include <xen/public/xen.h> 41*11120SMark.Johnson@Sun.COM #include <xen/public/arch-x86/xen-mca.h> 425084Sjohnlev 435084Sjohnlev #ifdef __cplusplus 445084Sjohnlev } 455084Sjohnlev #endif 465084Sjohnlev 475084Sjohnlev #endif /* _SYS_XPV_IMPL_H */ 48