mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
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,6 +1,9 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Internal include file of DXE CPU IO Library.
|
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
|
Copyright (c) 2006, 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
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
/** @file
|
/** @file
|
||||||
I/O Library.
|
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>
|
Copyright (c) 2006, Intel Corporation<BR>
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user