deb4998ba50060c48cce222fd18a8eed053918d7vboxsync/*
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * Copyright (C) 2002-2003 The XFree86 Project, Inc. All Rights Reserved.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync *
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * Permission is hereby granted, free of charge, to any person obtaining a copy
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * of this software and associated documentation files (the "Software"), to
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * deal in the Software without restriction, including without limitation the
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * sell copies of the Software, and to permit persons to whom the Software is
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * furnished to do so, subject to the following conditions:
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync *
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * The above copyright notice and this permission notice shall be included in
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * all copies or substantial portions of the Software.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync *
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync *
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * Except as contained in this notice, the name of the XFree86 Project shall
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * not be used in advertising or otherwise to promote the sale, use or other
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * dealings in this Software without prior written authorization from the
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync * XFree86 Project.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync */
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#ifdef HAVE_XORG_CONFIG_H
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#include <xorg-config.h>
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#endif
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#ifndef PCI_E8870_H
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#define PCI_E8870_H 1
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#include <X11/Xdefs.h>
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#include <Pci.h>
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncBool xorgProbeE8870(scanpciWrapperOpt flags);
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncvoid xf86PreScanE8870(void);
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncvoid xf86PostScanE8870(void);
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#endif