1*abc79d9dSRobert Mustacchi/* 2*abc79d9dSRobert Mustacchi * CDDL HEADER START 3*abc79d9dSRobert Mustacchi * 4*abc79d9dSRobert Mustacchi * The contents of this file are subject to the terms of the 5*abc79d9dSRobert Mustacchi * Common Development and Distribution License, Version 1.0 only 6*abc79d9dSRobert Mustacchi * (the "License"). You may not use this file except in compliance 7*abc79d9dSRobert Mustacchi * with the License. 8*abc79d9dSRobert Mustacchi * 9*abc79d9dSRobert Mustacchi * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10*abc79d9dSRobert Mustacchi * or http://www.opensolaris.org/os/licensing. 11*abc79d9dSRobert Mustacchi * See the License for the specific language governing permissions 12*abc79d9dSRobert Mustacchi * and limitations under the License. 13*abc79d9dSRobert Mustacchi * 14*abc79d9dSRobert Mustacchi * When distributing Covered Code, include this CDDL HEADER in each 15*abc79d9dSRobert Mustacchi * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16*abc79d9dSRobert Mustacchi * If applicable, add the following below this CDDL HEADER, with the 17*abc79d9dSRobert Mustacchi * fields enclosed by brackets "[]" replaced with your own identifying 18*abc79d9dSRobert Mustacchi * information: Portions Copyright [yyyy] [name of copyright owner] 19*abc79d9dSRobert Mustacchi * 20*abc79d9dSRobert Mustacchi * CDDL HEADER END 21*abc79d9dSRobert Mustacchi */ 22*abc79d9dSRobert Mustacchi/* 23*abc79d9dSRobert Mustacchi * Copyright (c) 2012 Joyent, Inc. All rights reserved. 24*abc79d9dSRobert Mustacchi * Use is subject to license terms. 25*abc79d9dSRobert Mustacchi */ 26*abc79d9dSRobert Mustacchi 27*abc79d9dSRobert Mustacchi/* LINTLIBRARY */ 28*abc79d9dSRobert Mustacchi/* PROTOLIB1 */ 29*abc79d9dSRobert Mustacchi 30*abc79d9dSRobert Mustacchi#include <pcidb.h> 31