2b75f8d97d9aced61e0b8c604fb15d813bd9011a
[reactos.git] / reactos / drivers / bus / pcix / intrface / intrface.c
1 /*
2 * PROJECT: ReactOS PCI Bus Driver
3 * LICENSE: BSD - See COPYING.ARM in the top level directory
4 * FILE: drivers/bus/pci/intrface/intrface.c
5 * PURPOSE: Common Interface Support Routines
6 * PROGRAMMERS: ReactOS Portable Systems Group
7 */
8
9 /* INCLUDES *******************************************************************/
10
11 #include <pci.h>
12 #define NDEBUG
13 #include <debug.h>
14
15 /* GLOBALS ********************************************************************/
16
17 PPCI_INTERFACE PciInterfaces[] =
18 {
19 NULL
20 };
21
22 /* FUNCTIONS ******************************************************************/
23
24 /* EOF */