mirror of https://github.com/acidanthera/audk.git
Add comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5005 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8411f1c002
commit
c4fa3eacb3
|
@ -1,5 +1,8 @@
|
|||
/** @file
|
||||
Internal include file of DXE CPU IO Library.
|
||||
It includes all necessary protocol/library class's header file
|
||||
for implementation of IoLib library instance. It is included
|
||||
all source code of this library instance.
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
/** @file
|
||||
I/O Library.
|
||||
The implementation of I/O operation for this library instance
|
||||
are based on EFI_CPU_IO_PROTOCOL.
|
||||
|
||||
Copyright (c) 2006, Intel Corporation<BR>
|
||||
All rights reserved. This program and the accompanying materials
|
||||
|
|
Loading…
Reference in New Issue