mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-28 20:18:41 +02:00
10 lines
227 B
C
10 lines
227 B
C
/** @file
|
|
DXE Core functions necessary for pool management functions.
|
|
|
|
Copyright (c) 2024, Mikhail Krichanov. All rights reserved.
|
|
SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
**/
|
|
|
|
#include <Library/UefiBootServicesTableLib.h>
|