mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
20 lines
552 B
C
20 lines
552 B
C
|
/*
|
||
|
* PROJECT: ReactOS PCI Bus Driver
|
||
|
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
||
|
* FILE: drivers/bus/pci/guid.c
|
||
|
* PURPOSE: GUID Data
|
||
|
* PROGRAMMERS: ReactOS Portable Systems Group
|
||
|
*/
|
||
|
|
||
|
/* INCLUDES *******************************************************************/
|
||
|
|
||
|
#include <pci.h>
|
||
|
#define NDEBUG
|
||
|
#include <debug.h>
|
||
|
|
||
|
/* GLOBALS ********************************************************************/
|
||
|
|
||
|
/* FUNCTIONS ******************************************************************/
|
||
|
|
||
|
/* EOF */
|