mirror of https://github.com/acidanthera/audk.git
Refine the comments for IntelFrameworkPkg/Include/Protocol/DataHub.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8639 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
86608df412
commit
736e104fa3
|
@ -3,24 +3,18 @@
|
||||||
data and those wishing to be made aware of all information that
|
data and those wishing to be made aware of all information that
|
||||||
has been logged.
|
has been logged.
|
||||||
|
|
||||||
For more information please look at Intel Platform Innovation
|
|
||||||
Framework for EFI Data Hub Specification.
|
|
||||||
|
|
||||||
Copyright (c) 2007 - 2009, 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
|
|
||||||
|
|
||||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
||||||
|
|
||||||
Module Name: DataHub.h
|
|
||||||
|
|
||||||
@par Revision Reference:
|
|
||||||
This protocol is defined in Framework for EFI Data Hub Specification.
|
This protocol is defined in Framework for EFI Data Hub Specification.
|
||||||
Version 0.9.
|
Version 0.9.
|
||||||
|
|
||||||
|
Copyright (c) 2007 - 2009, 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
|
||||||
|
|
||||||
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#ifndef __DATA_HUB_H__
|
#ifndef __DATA_HUB_H__
|
||||||
|
@ -81,7 +75,6 @@ typedef struct _EFI_DATA_HUB_PROTOCOL EFI_DATA_HUB_PROTOCOL;
|
||||||
Logs a data record to the system event log.
|
Logs a data record to the system event log.
|
||||||
|
|
||||||
@param This The EFI_DATA_HUB_PROTOCOL instance.
|
@param This The EFI_DATA_HUB_PROTOCOL instance.
|
||||||
@param description
|
|
||||||
@param DataRecordGuid A GUID that indicates the format of the data passed into RawData.
|
@param DataRecordGuid A GUID that indicates the format of the data passed into RawData.
|
||||||
@param ProducerName A GUID that indicates the identity of the caller to this API.
|
@param ProducerName A GUID that indicates the identity of the caller to this API.
|
||||||
@param DataRecordClass This class indicates the generic type of the data record.
|
@param DataRecordClass This class indicates the generic type of the data record.
|
||||||
|
|
Loading…
Reference in New Issue