Changeset 81458 in vbox for trunk/src/VBox/Devices/build
- Timestamp:
- Oct 22, 2019 4:50:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/build/VBoxDD2.h
r80531 r81458 45 45 extern DECLEXPORT(const unsigned) g_cbNetBiosBinary; 46 46 # endif 47 # ifdef VBOX_WITH_EFI_IN_DD2 48 extern DECLEXPORT(const unsigned char) g_abEfiFirmware32[]; 49 extern DECLEXPORT(const unsigned) g_cbEfiFirmware32; 50 extern DECLEXPORT(const unsigned char) g_abEfiFirmware64[]; 51 extern DECLEXPORT(const unsigned) g_cbEfiFirmware64; 52 # endif 47 53 #else /* !IN_VBOXDD2 */ 48 54 extern DECLIMPORT(const unsigned char) g_abPcBiosBinary386[]; … … 62 68 extern DECLIMPORT(const unsigned) g_cbNetBiosBinary; 63 69 # endif 70 # ifdef VBOX_WITH_EFI_IN_DD2 71 extern DECLIMPORT(const unsigned char) g_abEfiFirmware32[]; 72 extern DECLIMPORT(const unsigned) g_cbEfiFirmware32; 73 extern DECLIMPORT(const unsigned char) g_abEfiFirmware64[]; 74 extern DECLIMPORT(const unsigned) g_cbEfiFirmware64; 75 # endif 64 76 #endif /* !IN_VBOXDD2 */ 65 77
Note:
See TracChangeset
for help on using the changeset viewer.