blob: b22f9c5b0d22b3a792a71c9e0dc9ecc001f804c2 [file] [log] [blame]
#include "XenBusDxe.h"
CHAR8*
AsciiStrDup (
IN CONST CHAR8* Str
)
{
return AllocateCopyPool (AsciiStrSize (Str), Str);
}