diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-26 06:57:44 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-26 06:57:44 +0000 |
commit | 9638ba6d3f663ba64cb06193f22bc5c70356da64 (patch) | |
tree | ae67cc0a06f2792b3f0c4adf5bbb1b1fb4b9f662 /MdePkg/Include/Library/PciCf8Lib.h | |
parent | 122e21915101b8f38d81edc6d4f1fd1dd353e28a (diff) | |
download | edk2-platforms-9638ba6d3f663ba64cb06193f22bc5c70356da64.tar.xz |
Synchronize function comment in h file
with c file instance of this functions in MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6732 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/PciCf8Lib.h')
-rw-r--r-- | MdePkg/Include/Library/PciCf8Lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/PciCf8Lib.h b/MdePkg/Include/Library/PciCf8Lib.h index e2415ff936..3683590eff 100644 --- a/MdePkg/Include/Library/PciCf8Lib.h +++ b/MdePkg/Include/Library/PciCf8Lib.h @@ -5,7 +5,7 @@ configuration cycles must be though I/O ports 0xCF8 and 0xCFC. This library only allows
access to PCI Segment #0.
-Copyright (c) 2006 - 2008, Intel Corporation
+Copyright (c) 2006 - 2008, Intel Corporation<BR>
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
|