0
0
mirror of https://github.com/ventoy/Ventoy.git synced 2024-11-28 04:14:42 +00:00
Ventoy/EDK2/edk2_mod/edk2-edk2-stable201911/MdeModulePkg/Application/VDiskChain/VDiskRawData.c
2021-01-22 15:24:32 +08:00

2 lines
106 B
C

#include <Uefi.h>
int vdisk_get_vdisk_raw(UINT8 **buf, UINT32 *size) { *buf = NULL; *size = 0; return 0; }