fix build error issue #713

This commit is contained in:
longpanda 2021-01-22 15:24:32 +08:00
parent 1f1769d235
commit 725a33f988

View file

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