mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-11-28 04:14:42 +00:00
2 lines
106 B
C
2 lines
106 B
C
#include <Uefi.h>
|
|
int vdisk_get_vdisk_raw(UINT8 **buf, UINT32 *size) { *buf = NULL; *size = 0; return 0; } |