Changeset 99404 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/Include/Protocol/Dpc.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/NetworkPkg/Include/Protocol/Dpc.h
r85718 r99404 7 7 8 8 **/ 9 10 9 11 10 #ifndef __DPC_H__ … … 23 22 // Forward reference for pure ANSI compatibility 24 23 // 25 typedef struct _EFI_DPC_PROTOCOL EFI_DPC_PROTOCOL; 26 24 typedef struct _EFI_DPC_PROTOCOL EFI_DPC_PROTOCOL; 27 25 28 26 /** … … 87 85 /// 88 86 struct _EFI_DPC_PROTOCOL { 89 EFI_DPC_QUEUE_DPC QueueDpc;90 EFI_DPC_DISPATCH_DPC DispatchDpc;87 EFI_DPC_QUEUE_DPC QueueDpc; 88 EFI_DPC_DISPATCH_DPC DispatchDpc; 91 89 }; 92 90 … … 94 92 /// DPC Protocol GUID variable. 95 93 /// 96 extern EFI_GUID gEfiDpcProtocolGuid;94 extern EFI_GUID gEfiDpcProtocolGuid; 97 95 98 96 #endif
Note:
See TracChangeset
for help on using the changeset viewer.