Changeset 99404 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Library/StandaloneMmDriverEntryPoint.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/StandaloneMmDriverEntryPoint.h
r89983 r99404 17 17 /// correctly. 18 18 /// 19 extern CONST UINT32 19 extern CONST UINT32 _gMmRevision; 20 20 21 21 /// 22 22 /// Declare the number of unload handler in the image. 23 23 /// 24 extern CONST UINT8 24 extern CONST UINT8 _gDriverUnloadImageCount; 25 25 26 26 /** … … 49 49 EFIAPI 50 50 _ModuleEntryPoint ( 51 IN EFI_HANDLE 52 IN EFI_MM_SYSTEM_TABLE 51 IN EFI_HANDLE ImageHandle, 52 IN EFI_MM_SYSTEM_TABLE *MmSystemTable 53 53 ); 54 55 54 56 55 /** … … 75 74 EFIAPI 76 75 ProcessLibraryConstructorList ( 77 IN EFI_HANDLE 78 IN EFI_MM_SYSTEM_TABLE 76 IN EFI_HANDLE ImageHandle, 77 IN EFI_MM_SYSTEM_TABLE *MmSystemTable 79 78 ); 80 81 79 82 80 /** … … 101 99 EFIAPI 102 100 ProcessLibraryDestructorList ( 103 IN EFI_HANDLE 104 IN EFI_MM_SYSTEM_TABLE 101 IN EFI_HANDLE ImageHandle, 102 IN EFI_MM_SYSTEM_TABLE *MmSystemTable 105 103 ); 106 107 104 108 105 /** … … 124 121 EFIAPI 125 122 ProcessModuleEntryPointList ( 126 IN EFI_HANDLE 127 IN EFI_MM_SYSTEM_TABLE 123 IN EFI_HANDLE ImageHandle, 124 IN EFI_MM_SYSTEM_TABLE *MmSystemTable 128 125 ); 129 126
Note:
See TracChangeset
for help on using the changeset viewer.