38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsync/* $Id$ */
38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsync/** @file
38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsync * VirtualBox Guest Additions: Virtio Driver for Solaris, PCI Hypervisor Interface.
38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsync */
38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsync
38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsync/*
38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsync * Copyright (C) 2010 Oracle Corporation
38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsync *
1a9a76385f412e8c5762baadaa30afe308b1cd12vboxsync * This file is part of VirtualBox Open Source Edition (OSE), as
1a9a76385f412e8c5762baadaa30afe308b1cd12vboxsync * available from http://www.virtualbox.org. This file is free software;
1a9a76385f412e8c5762baadaa30afe308b1cd12vboxsync * you can redistribute it and/or modify it under the terms of the GNU
1a9a76385f412e8c5762baadaa30afe308b1cd12vboxsync * General Public License (GPL) as published by the Free Software
1a9a76385f412e8c5762baadaa30afe308b1cd12vboxsync * Foundation, in version 2 as it comes in the "COPYING" file of the
1a9a76385f412e8c5762baadaa30afe308b1cd12vboxsync * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
1a9a76385f412e8c5762baadaa30afe308b1cd12vboxsync * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
1a9a76385f412e8c5762baadaa30afe308b1cd12vboxsync *
1a9a76385f412e8c5762baadaa30afe308b1cd12vboxsync * The contents of this file may alternatively be used under the terms
1a9a76385f412e8c5762baadaa30afe308b1cd12vboxsync * of the Common Development and Distribution License Version 1.0
1a9a76385f412e8c5762baadaa30afe308b1cd12vboxsync * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
1a9a76385f412e8c5762baadaa30afe308b1cd12vboxsync * VirtualBox OSE distribution, in which case the provisions of the
1a9a76385f412e8c5762baadaa30afe308b1cd12vboxsync * CDDL are applicable instead of those of the GPL.
1a9a76385f412e8c5762baadaa30afe308b1cd12vboxsync *
1a9a76385f412e8c5762baadaa30afe308b1cd12vboxsync * You may elect to license modified versions of this file under the
1a9a76385f412e8c5762baadaa30afe308b1cd12vboxsync * terms and conditions of either the GPL or the CDDL or both.
38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsync */
38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsync
38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsync#ifndef ___VirtioPCI_solaris_h
38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsync#define ___VirtioPCI_solaris_h
38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsync
38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsync#include "Virtio-solaris.h"
38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsync
38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsyncextern VIRTIOHYPEROPS g_VirtioHyperOpsPci;
38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsync
38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsync#endif
38b0f04a36431d57eed1de01653dd0a015eae4c3vboxsync