1
0
mirror of https://github.com/ventoy/Ventoy.git synced 2025-03-25 06:54:18 -04:00
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; }