VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/XenBusDxe/Helpers.c@ 80721

Last change on this file since 80721 was 77662, checked in by vboxsync, 6 years ago

EFI: First step in UDK2018 merge. Does not build yet.

  • Property svn:eol-style set to native
File size: 128 bytes
Line 
1#include "XenBusDxe.h"
2
3CHAR8*
4AsciiStrDup (
5 IN CONST CHAR8* Str
6 )
7{
8 return AllocateCopyPool (AsciiStrSize (Str), Str);
9}
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette