]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/XenBusDxe/Helpers.c
OvmfPkg/AmdSevDxe: sort #includes, and entries in INF file sections
[mirror_edk2.git] / OvmfPkg / XenBusDxe / 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 }