]> git.proxmox.com Git - mirror_edk2.git/blob - Helpers.c
b22f9c5b0d22b3a792a71c9e0dc9ecc001f804c2
[mirror_edk2.git] / Helpers.c
1 #include "XenBusDxe.h"
2
3 CHAR8*
4 AsciiStrDup (
5 IN CONST CHAR8* Str
6 )
7 {
8 return AllocateCopyPool (AsciiStrSize (Str), Str);
9 }