VirtualBox

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

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

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 721 位元組
 
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 - 2020, 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 *
24EFIAPI
25GetPciSegmentInfo (
26 UINTN *Count
27 )
28{
29 ASSERT (FALSE);
30 *Count = 0;
31 return NULL;
32}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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