mirror of https://github.com/acidanthera/audk.git
update the file header comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8796 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
500764753c
commit
905574d8a0
|
@ -1,6 +1,9 @@
|
||||||
/** @file
|
/** @file
|
||||||
DataHubRecord.h include all data hub sub class GUID defitions.
|
DataHubRecord.h include all data hub sub class GUID defitions.
|
||||||
|
|
||||||
|
These GUID are from Cache subclass spec 0.9, DataHub SubClass spec 0.9, Memory SubClass Spec 0.9,
|
||||||
|
Processor Subclass spec 0.9, Misc SubClass spec 0.9.
|
||||||
|
|
||||||
Copyright (c) 2007 - 2009, Intel Corporation
|
Copyright (c) 2007 - 2009, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -10,12 +13,6 @@
|
||||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
Module Name:
|
|
||||||
|
|
||||||
@par Revision Reference:
|
|
||||||
These GUID are from Cache subclass spec 0.9, DataHub SubClass spec 0.9, Memory SubClass Spec 0.9,
|
|
||||||
Processor Subclass spec 0.9, Misc SubClass spec 0.9.
|
|
||||||
|
|
||||||
**/
|
**/
|
||||||
#ifndef _DATAHUB_RECORDS_GUID_H_
|
#ifndef _DATAHUB_RECORDS_GUID_H_
|
||||||
#define _DATAHUB_RECORDS_GUID_H_
|
#define _DATAHUB_RECORDS_GUID_H_
|
||||||
|
|
Loading…
Reference in New Issue