historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/edk2/OvmfPkg/XenBusDxe/Helpers.c

10 lines
128 B
C
Raw Normal View History

2024-01-16 17:20:27 +00:00
#include "XenBusDxe.h"
CHAR8*
AsciiStrDup (
IN CONST CHAR8* Str
)
{
return AllocateCopyPool (AsciiStrSize (Str), Str);
}