windows-nt/Source/XPSP1/NT/base/busdrv/pci/guid.c

30 lines
431 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
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"