windows-nt/Source/XPSP1/NT/base/busdrv/pci/guid.c
2020-09-26 16:20:57 +08:00

30 lines
431 B
C

/*++
Copyright (c) 1996-2000 Microsoft Corporation
Module Name:
guid.c
Abstract:
This module instantiates the guids used by pci that are not part of
wdmguid.{h|lib}.
It relies on the DEFINE_GUID macros being outside the #ifdef _FOO_H
multiple inclusion fix.
Author:
Peter Johnston (peterj) 20-Nov-1996
Revision History:
--*/
#include "pcip.h"
#include <initguid.h>
#include "pciintrf.h"