Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/SmmSwDispatch2.h
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/SmmSwDispatch2.h
r48674 r58459 5 5 This protocol provides the parent dispatch service for a given SMI source generator. 6 6 7 Copyright (c) 2009 - 201 0, Intel Corporation. All rights reserved.<BR>7 Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR> 8 8 This program and the accompanying materials 9 9 are licensed and made available under the terms and conditions of the BSD License … … 65 65 DispatchHandle contains a unique handle which may be used later to unregister the function 66 66 using UnRegister(). 67 68 Note that the modifiers for the parameter RegisterContext are IN, OUT, while they are IN, CONST69 in the PI 1.2 errta B spec. This in-consistency is for support for the case where SwSmiInputValue70 is set to -1, a unique value will be returned in the RegisterContext structure.71 67 72 68 @param[in] This Pointer to the EFI_SMM_SW_DISPATCH2_PROTOCOL instance.
Note:
See TracChangeset
for help on using the changeset viewer.