Sign in
qemu
/
edk2
/
refs/heads/dependabot/pip/edk2-pytool-extensions-approx-eq-0.25.1
/
.
/
OvmfPkg
/
XenBusDxe
/
Helpers.c
blob: 753ac107fa3bb220492cc9a1545ad0f15dc3dd81 [
file
] [
log
] [
blame
]
#include
"XenBusDxe.h"
CHAR8
*
AsciiStrDup
(
IN CONST CHAR8
*
Str
)
{
return
AllocateCopyPool
(
AsciiStrSize
(
Str
),
Str
);
}