xref: /onnv-gate/usr/src/cmd/hal/hald/solaris/devinfo_pci.h (revision 2916:ba92c662e4ef)
12912Sartem /***************************************************************************
22912Sartem  *
32912Sartem  * devinfo_pci.h : definitions for PCI devices
42912Sartem  *
52912Sartem  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
62912Sartem  * Use is subject to license terms.
72912Sartem  *
82912Sartem  * Licensed under the Academic Free License version 2.1
92912Sartem  *
102912Sartem  **************************************************************************/
112912Sartem 
12*2916Sartem #pragma ident	"%Z%%M%	%I%	%E% SMI"
132912Sartem 
142912Sartem #ifndef DEVINFO_PCI_H
152912Sartem #define DEVINFO_PCI_H
162912Sartem 
172912Sartem #include "devinfo.h"
182912Sartem 
192912Sartem extern DevinfoDevHandler devinfo_pci_handler;
202912Sartem 
212912Sartem #endif /* DEVINFO_PCI_H */
22