1*d14abf15SRobert Mustacchi /* 2*d14abf15SRobert Mustacchi * This file and its contents are supplied under the terms of the 3*d14abf15SRobert Mustacchi * Common Development and Distribution License ("CDDL"), version 1.0. 4*d14abf15SRobert Mustacchi * You may only use this file in accordance with the terms of version 5*d14abf15SRobert Mustacchi * 1.0 of the CDDL. 6*d14abf15SRobert Mustacchi * 7*d14abf15SRobert Mustacchi * A full copy of the text of the CDDL should have accompanied this 8*d14abf15SRobert Mustacchi * source. A copy of the CDDL is also available via the Internet at 9*d14abf15SRobert Mustacchi * http://www.illumos.org/license/CDDL. 10*d14abf15SRobert Mustacchi */ 11*d14abf15SRobert Mustacchi 12*d14abf15SRobert Mustacchi /* 13*d14abf15SRobert Mustacchi * This is a dummy lint file to pacify lint for bnxe, which due to its upstream, 14*d14abf15SRobert Mustacchi * makes it, unfortunately, not realistic to lint. We have a dummy definition to 15*d14abf15SRobert Mustacchi * ensure that we don't trigger lint's empty translation unit. 16*d14abf15SRobert Mustacchi */ 17*d14abf15SRobert Mustacchi 18*d14abf15SRobert Mustacchi extern int bnxe_lint; 19