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 , 6 years ago | |
---|---|
|
|
File size: 128 bytes |
Line | |
---|---|
1 | #include "XenBusDxe.h" |
2 | |
3 | CHAR8* |
4 | AsciiStrDup ( |
5 | IN CONST CHAR8* Str |
6 | ) |
7 | { |
8 | return AllocateCopyPool (AsciiStrSize (Str), Str); |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.