22 lines
546 B
C
22 lines
546 B
C
/***************************************************************************
|
|
*
|
|
* devinfo_pci.h : definitions for PCI devices
|
|
*
|
|
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
|
|
* Use is subject to license terms.
|
|
*
|
|
* Licensed under the Academic Free License version 2.1
|
|
*
|
|
**************************************************************************/
|
|
|
|
#pragma ident "%Z%%M% %I% %E% SMI"
|
|
|
|
#ifndef DEVINFO_PCI_H
|
|
#define DEVINFO_PCI_H
|
|
|
|
#include "devinfo.h"
|
|
|
|
extern DevinfoDevHandler devinfo_pci_handler;
|
|
|
|
#endif /* DEVINFO_PCI_H */
|