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