1 | // /** @file
|
---|
2 | // Instance of PCI Library based on PCI Express Library.
|
---|
3 | //
|
---|
4 | // PCI Library that uses the 256 MB PCI Express MMIO window to perform PCI
|
---|
5 | // Configuration cycles. Layers on one PCI Express Library instance.
|
---|
6 | //
|
---|
7 | // Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
---|
8 | //
|
---|
9 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | //
|
---|
11 | // **/
|
---|
12 |
|
---|
13 |
|
---|
14 | #string STR_MODULE_ABSTRACT #language en-US "Instance of PCI Library based on PCI Express Library"
|
---|
15 |
|
---|
16 | #string STR_MODULE_DESCRIPTION #language en-US "PCI Library that uses the 256 MB PCI Express MMIO window to perform PCI Configuration cycles. Layers on an PCI Express Library instance."
|
---|
17 |
|
---|