historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/edk2/OvmfPkg/XenBusDxe/Helpers.c
2024-01-16 11:20:27 -06:00

9 lines
128 B
C

#include "XenBusDxe.h"
CHAR8*
AsciiStrDup (
IN CONST CHAR8* Str
)
{
return AllocateCopyPool (AsciiStrSize (Str), Str);
}