aboutsummaryrefslogtreecommitdiff
path: root/src/include/device/pci.h
diff options
context:
space:
mode:
authorLi-Ta Lo <ollie@lanl.gov>2004-11-25 17:37:19 +0000
committerLi-Ta Lo <ollie@lanl.gov>2004-11-25 17:37:19 +0000
commit0493069aa9f68756aafe14ebbf5cd9db40d12cd3 (patch)
tree5ea0e536cff920a0e4a7eeba80b4db33c27fa9f4 /src/include/device/pci.h
parentf0ee1efcaf57c605bbd94f56a3d01dd379df33a8 (diff)
update comment according to the new DOM
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1799 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/device/pci.h')
-rw-r--r--src/include/device/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/pci.h b/src/include/device/pci.h
index 2c9797fa6c..0ee31f1cb9 100644
--- a/src/include/device/pci.h
+++ b/src/include/device/pci.h
@@ -23,6 +23,7 @@
/* Common pci operations without a standard interface */
struct pci_operations {
+ /* set the Subsystem IDs for the PCI device */
void (*set_subsystem)(device_t dev, unsigned vendor, unsigned device);
};