1 /*************************************************************************** 2 * 3 * devinfo_pci.h : definitions for PCI devices 4 * 5 * Copyright 2006 Sun Microsystems, Inc. All rights reserved. 6 * Use is subject to license terms. 7 * 8 * Licensed under the Academic Free License version 2.1 9 * 10 **************************************************************************/ 11 12 #ifndef DEVINFO_PCI_H 13 #define DEVINFO_PCI_H 14 15 #include "devinfo.h" 16 17 extern DevinfoDevHandler devinfo_pci_handler; 18 19 #endif /* DEVINFO_PCI_H */ 20