VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/LockBoxLib/LockBoxBase.c

最後變更 在這個檔案是 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
檔案大小: 828 位元組
 
1/** @file
2
3 Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7**/
8
9#include <Uefi.h>
10
11#include <Library/DebugLib.h>
12#include <LockBoxLib.h>
13
14/**
15 Allocates a buffer of type EfiACPIMemoryNVS.
16
17 Allocates the number bytes specified by AllocationSize of type
18 EfiACPIMemoryNVS and returns a pointer to the allocated buffer.
19 If AllocationSize is 0, then a valid buffer of 0 size is
20 returned. If there is not enough memory remaining to satisfy
21 the request, then NULL is returned.
22
23 @param AllocationSize The number of bytes to allocate.
24
25 @return A pointer to the allocated buffer or NULL if allocation fails.
26
27**/
28VOID *
29EFIAPI
30AllocateAcpiNvsPool (
31 IN UINTN AllocationSize
32 )
33{
34 ASSERT_EFI_ERROR (RETURN_UNSUPPORTED);
35 return NULL;
36}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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