#include <pci.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ busintrf_Constructor()
Definition at line 45 of file busintrf.c.
#define UNREFERENCED_PARAMETER(P)
IN PVOID IN PVOID IN USHORT IN USHORT Size
return STATUS_NOT_IMPLEMENTED
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
◆ busintrf_Initializer()
Definition at line 35 of file busintrf.c.
#define UNREFERENCED_PARAMETER(P)
#define ASSERTMSG(msg, exp)
#define STATUS_UNSUCCESSFUL
◆ BusHandlerInterface
Initial value:=
{
&GUID_BUS_INTERFACE_STANDARD,
1,
1,
0,
}
NTSTATUS NTAPI busintrf_Initializer(IN PVOID Instance)
#define PCI_INTERFACE_PDO
struct _BUS_INTERFACE_STANDARD BUS_INTERFACE_STANDARD
NTSTATUS NTAPI busintrf_Constructor(IN PVOID DeviceExtension, IN PVOID Instance, IN PVOID InterfaceData, IN USHORT Version, IN USHORT Size, IN PINTERFACE Interface)
Definition at line 18 of file busintrf.c.