xref: /illumos-gate/usr/src/uts/i86xpv/sys/xpv_impl.h (revision ad09f8b8)
170025d76Sjohnny /*
270025d76Sjohnny  * CDDL HEADER START
370025d76Sjohnny  *
470025d76Sjohnny  * The contents of this file are subject to the terms of the
5337fc9e2Sanish  * Common Development and Distribution License (the "License").
6337fc9e2Sanish  * You may not use this file except in compliance with the License.
770025d76Sjohnny  *
870025d76Sjohnny  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
970025d76Sjohnny  * or http://www.opensolaris.org/os/licensing.
1070025d76Sjohnny  * See the License for the specific language governing permissions
1170025d76Sjohnny  * and limitations under the License.
1270025d76Sjohnny  *
1370025d76Sjohnny  * When distributing Covered Code, include this CDDL HEADER in each
1470025d76Sjohnny  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1570025d76Sjohnny  * If applicable, add the following below this CDDL HEADER, with the
1670025d76Sjohnny  * fields enclosed by brackets "[]" replaced with your own identifying
1770025d76Sjohnny  * information: Portions Copyright [yyyy] [name of copyright owner]
1870025d76Sjohnny  *
1970025d76Sjohnny  * CDDL HEADER END
2070025d76Sjohnny  */
2170025d76Sjohnny 
2270025d76Sjohnny /*
23*ad09f8b8SMark Johnson  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
2470025d76Sjohnny  * Use is subject to license terms.
2570025d76Sjohnny  */
2670025d76Sjohnny 
27843e1988Sjohnlev #ifndef _SYS_XPV_IMPL_H
28843e1988Sjohnlev #define	_SYS_XPV_IMPL_H
2970025d76Sjohnny 
30ae115bc7Smrj #ifdef __cplusplus
3170025d76Sjohnny extern "C" {
3270025d76Sjohnny #endif
3370025d76Sjohnny 
34843e1988Sjohnlev #if !defined(_ASM)
35843e1988Sjohnlev #include <sys/types.h>
36843e1988Sjohnlev #endif
37843e1988Sjohnlev 
38843e1988Sjohnlev #define	__XEN_INTERFACE_VERSION__	__XEN_LATEST_INTERFACE_VERSION__
39843e1988Sjohnlev 
40843e1988Sjohnlev #include <xen/public/xen.h>
41*ad09f8b8SMark Johnson #include <xen/public/arch-x86/xen-mca.h>
4270025d76Sjohnny 
43ae115bc7Smrj #ifdef __cplusplus
4470025d76Sjohnny }
4570025d76Sjohnny #endif
4670025d76Sjohnny 
47843e1988Sjohnlev #endif /* _SYS_XPV_IMPL_H */
48