From 0493069aa9f68756aafe14ebbf5cd9db40d12cd3 Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Thu, 25 Nov 2004 17:37:19 +0000 Subject: update comment according to the new DOM git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1799 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/device/pci.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/device/pci.h') 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); }; -- cgit v1.2.3