Changeset 99404 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Library/UefiApplicationEntryPoint.h
- Timestamp:
- Apr 14, 2023 3:17:44 PM (22 months ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-145445 /vendor/edk2/current 103735-103757,103769-103776,129194-156846
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Library/UefiApplicationEntryPoint.h
r80721 r99404 13 13 /// Declare the EFI/UEFI Specification Revision to which this driver is implemented 14 14 /// 15 extern CONST UINT32 _gUefiDriverRevision; 16 15 extern CONST UINT32 _gUefiDriverRevision; 17 16 18 17 /** … … 40 39 ); 41 40 42 43 41 /** 44 42 Required by the EBC compiler and identical in functionality to _ModuleEntryPoint(). … … 59 57 ); 60 58 61 62 59 /** 63 60 Invokes the library destructors for all dependent libraries and terminates … … 75 72 IN EFI_STATUS Status 76 73 ); 77 78 74 79 75 /** … … 100 96 IN EFI_SYSTEM_TABLE *SystemTable 101 97 ); 102 103 98 104 99 /**
Note:
See TracChangeset
for help on using the changeset viewer.