diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2010-10-20 17:18:52 +0900 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2010-10-20 12:05:45 +0200 |
commit | bc20ba98b1a04c9e60de10f2a5626af2c528422b (patch) | |
tree | 89653d78deb1e29e732c98c3ba9a7f331e375e0a /Makefile.objs | |
parent | 0208def1cadd4f72f862e62548c2af268a543b20 (diff) |
pcie port: define struct PCIEPort/PCIESlot and helper functions
define struct PCIEPort which represents common part
of pci express port.(root, upstream and downstream.)
add a helper function for pcie port which can be used commonly by
root/upstream/downstream port.
define struct PCIESlot which represents common part of
pcie slot.(root and downstream.) and helper functions for it.
helper functions for chassis, slot -> PCIESlot conversion.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index eeb5134600..c73d12b651 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -186,7 +186,7 @@ hw-obj-$(CONFIG_PIIX4) += piix4.o # PCI watchdog devices hw-obj-y += wdt_i6300esb.o -hw-obj-y += pcie.o +hw-obj-y += pcie.o pcie_port.o hw-obj-y += msix.o msi.o # PCI network cards |