]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add comments.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 8 Apr 2008 07:57:02 +0000 (07:57 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 8 Apr 2008 07:57:02 +0000 (07:57 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5005 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h
IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c

index 0a0e143071d7c23f7f6ca966851f18d6ffcd7cab..3f71fa63044b7a39ef1219ecedecb3e17c4b17bd 100644 (file)
@@ -1,6 +1,9 @@
 /** @file\r
   Internal include file of DXE CPU IO Library.\r
-\r
+  It includes all necessary protocol/library class's header file\r
+  for implementation of IoLib library instance. It is included \r
+  all source code of this library instance.\r
+  \r
   Copyright (c) 2006, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
index 6aeee32cc47f80023b12780440284b425bf8ed87..808933f3fa2498629221b642a04b1d53ca72b1fc 100644 (file)
@@ -1,6 +1,8 @@
 /** @file\r
   I/O Library.\r
-\r
+  The implementation of I/O operation for this library instance \r
+  are based on EFI_CPU_IO_PROTOCOL.\r
+  \r
   Copyright (c) 2006, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r