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/IoLib.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/IoLib.h')
-rw-r--r-- | MdePkg/Include/Library/IoLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/IoLib.h b/MdePkg/Include/Library/IoLib.h index 5f544d04fb..7c415f79b4 100644 --- a/MdePkg/Include/Library/IoLib.h +++ b/MdePkg/Include/Library/IoLib.h @@ -1,7 +1,7 @@ /** @file
Provide services to access I/O Ports and MMIO registers.
-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
|