mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
Forward declaration for the intr routine, avoids compiler warning.
This commit is contained in:
parent
21197eb230
commit
e59a7e77e2
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: if_le.c,v 1.37 1997/02/22 09:36:33 peter Exp $
|
||||
* $Id: if_le.c,v 1.38 1997/07/20 14:10:00 bde Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -79,6 +79,7 @@
|
|||
#endif
|
||||
|
||||
/* Forward declarations */
|
||||
void le_intr __P((int unit));
|
||||
typedef struct le_softc le_softc_t;
|
||||
typedef struct le_board le_board_t;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue