Remove dependency on PCI Root Bridge I/O Protocol. This library should only layer on top of the CPU I/O Protocol.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9690 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney
2010-01-07 22:03:51 +00:00
parent 17d2c9a3af
commit 33338afebd
3 changed files with 25 additions and 53 deletions

View File

@@ -4,7 +4,7 @@
for implementation of IoLib library instance. It is included
all source code of this library instance.
Copyright (c) 2006, Intel Corporation
Copyright (c) 2006 - 2010, Intel Corporation
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
@@ -23,10 +23,7 @@
#include <FrameworkDxe.h>
#include <Protocol/CpuIo.h>
#include <Protocol/PciRootBridgeIo.h>
#include <Library/IoLib.h>
#include <Library/UefiBootServicesTableLib.h>