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