VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Library/BasePciSegmentInfoLibNull/PciSegmentInfoLib.c@ 80721

最後變更 在這個檔案從80721是 80721,由 vboxsync 提交於 6 年 前

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 707 位元組
 
1/** @file
2 Default PCI Segment Information Library that returns one segment whose
3 segment base address equals to PcdPciExpressBaseAddress.
4
5 Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8**/
9
10#include <Base.h>
11#include <Library/PciSegmentInfoLib.h>
12#include <Library/DebugLib.h>
13
14/**
15 Return an array of PCI_SEGMENT_INFO holding the segment information.
16
17 Note: The returned array/buffer is owned by callee.
18
19 @param Count Return the count of segments.
20
21 @retval A callee owned array holding the segment information.
22**/
23PCI_SEGMENT_INFO *
24GetPciSegmentInfo (
25 UINTN *Count
26 )
27{
28 ASSERT (FALSE);
29 *Count = 0;
30 return NULL;
31}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette