dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / cmd / hal / hald / solaris / devinfo_pci.h
blobdbeb4f6e474b12b650f406ac0535b98289696a6a
1 /***************************************************************************
3 * devinfo_pci.h : definitions for PCI devices
5 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
6 * Use is subject to license terms.
8 * Licensed under the Academic Free License version 2.1
10 **************************************************************************/
12 #pragma ident "%Z%%M% %I% %E% SMI"
14 #ifndef DEVINFO_PCI_H
15 #define DEVINFO_PCI_H
17 #include "devinfo.h"
19 extern DevinfoDevHandler devinfo_pci_handler;
21 #endif /* DEVINFO_PCI_H */