VBoxPciInternal.h revision c285785ffc9f35513e0c6e7e2a05df3090dc919c
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync/* $Id$ */
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync/** @file
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync * VBoxPci - PCI driver (Host), Internal Header.
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync */
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync/*
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync * Copyright (C) 2011 Oracle Corporation
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync *
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync * This file is part of VirtualBox Open Source Edition (OSE), as
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync * available from http://www.virtualbox.org. This file is free software;
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync * you can redistribute it and/or modify it under the terms of the GNU
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync * General Public License (GPL) as published by the Free Software
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync * Foundation, in version 2 as it comes in the "COPYING" file of the
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync */
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync#ifndef ___VBoPciInternal_h___
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync#define ___VBoxPciInternal_h___
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync#include <VBox/sup.h>
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync#include <VBox/rawpci.h>
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync#include <iprt/semaphore.h>
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync#include <iprt/assert.h>
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync#endif
c285785ffc9f35513e0c6e7e2a05df3090dc919cvboxsync