]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - EDK2/edk2_mod/edk2-edk2-stable201911/MdeModulePkg/Application/VDiskChain/VDiskRawData.c
1.1.07 release
[Ventoy.git] / EDK2 / edk2_mod / edk2-edk2-stable201911 / MdeModulePkg / Application / VDiskChain / VDiskRawData.c
index 190a18037c64c43e6b11489df4bf0b9eb6d2c9bf..a0aaaa1b8424c612d78bd7b3b327466b68233d6d 100644 (file)
@@ -1 +1,2 @@
-123
+#include <Uefi.h>
+int vdisk_get_vdisk_raw(UINT8 **buf, UINT32 *size) { *buf = NULL; *size = 0; return 0; }
\ No newline at end of file