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