X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FSmmGpiDispatch2.h;h=65be0ce7cf20bc7283de1230b6547c8647e9e885;hb=419d98994418f2c8454cedf6269b35cfaa787f59;hp=f8690b8b5a9b96bd468c7faf3a2f8bbbab3f279a;hpb=7942fd2a6544fbd1f99858081be89457b6e5aa61;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/SmmGpiDispatch2.h b/MdePkg/Include/Protocol/SmmGpiDispatch2.h index f8690b8b5a..65be0ce7cf 100644 --- a/MdePkg/Include/Protocol/SmmGpiDispatch2.h +++ b/MdePkg/Include/Protocol/SmmGpiDispatch2.h @@ -9,8 +9,8 @@ given event types. Several inputs can be enabled. This purpose of this interface is to generate an SMI in response to any of these inputs having a true value provided. - Copyright (c) 2009 - 2010, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.
+ This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -38,8 +38,9 @@ /// typedef struct { /// - /// A bit mask of 64 possible GPIs that can generate an SMI. Bit 0 corresponds to logical - /// GPI[0], 1 corresponds to logical GPI[1], and so on. + /// A number from one of 2^64 possible GPIs that can generate an SMI. A + /// 0 corresponds to logical GPI[0]; 1 corresponds to logical GPI[1]; and + /// GpiNum of N corresponds to GPI[N], where N can span from 0 to 2^64-1. /// UINT64 GpiNum; } EFI_SMM_GPI_REGISTER_CONTEXT;