TianoCore EDK2 master
Loading...
Searching...
No Matches
PciSegmentInfoLib.c
Go to the documentation of this file.
1
10#include <Base.h>
12#include <Library/DebugLib.h>
13
24EFIAPI
26 UINTN *Count
27 )
28{
29 ASSERT (FALSE);
30 *Count = 0;
31 return NULL;
32}
UINT64 UINTN
#define NULL
Definition: Base.h:319
#define FALSE
Definition: Base.h:307
PCI_SEGMENT_INFO *EFIAPI GetPciSegmentInfo(UINTN *Count)