Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
device
/
linaro
/
hikey960
/
0e33772df9ca72fb5f6e3d9a9b9ee547997b1b66
/
.
/
uefi
/
linaro-edk2
/
OvmfPkg
/
XenBusDxe
/
Helpers.c
blob: b22f9c5b0d22b3a792a71c9e0dc9ecc001f804c2 [
file
] [
log
] [
blame
]
#include
"XenBusDxe.h"
CHAR8
*
AsciiStrDup
(
IN CONST CHAR8
*
Str
)
{
return
AllocateCopyPool
(
AsciiStrSize
(
Str
),
Str
);
}