#include <pci.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ PciPmeInterfaceConstructor()
Definition at line 45 of file pmeintf.c.
#define UNREFERENCED_PARAMETER(P)
IN PVOID IN PVOID IN USHORT IN USHORT Size
return STATUS_NOT_IMPLEMENTED
#define STATUS_NOINTERFACE
IN PVOID IN PVOID IN USHORT Version
IN PVOID IN PVOID IN USHORT IN USHORT IN PINTERFACE Interface
#define UNIMPLEMENTED_DBGBREAK(...)
IN PVOID IN PVOID InterfaceData
#define PCI_PME_INTRF_STANDARD_VER
◆ PciPmeInterfaceInitializer()
Definition at line 35 of file pmeintf.c.
39 ASSERTMSG(
"PCI PciPmeInterfaceInitializer, unexpected call.\n",
FALSE);
#define UNREFERENCED_PARAMETER(P)
#define ASSERTMSG(msg, exp)
#define STATUS_UNSUCCESSFUL
◆ PciPmeInterface
Initial value:=
{
&GUID_PCI_PME_INTERFACE,
0,
}
#define PCI_INTERFACE_ROOT
#define PCI_INTERFACE_FDO
NTSTATUS NTAPI PciPmeInterfaceConstructor(IN PVOID DeviceExtension, IN PVOID Instance, IN PVOID InterfaceData, IN USHORT Version, IN USHORT Size, IN PINTERFACE Interface)
struct _PCI_PME_INTERFACE PCI_PME_INTERFACE
NTSTATUS NTAPI PciPmeInterfaceInitializer(IN PVOID Instance)
#define PCI_PME_INTRF_STANDARD_VER
Definition at line 18 of file pmeintf.c.