mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include "eisa.h" and only provide code if NEISA > 0.
This commit is contained in:
parent
ee002b68d1
commit
6772bb1537
2 changed files with 8 additions and 2 deletions
|
|
@ -32,9 +32,11 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* $Id$
|
||||
* $Id: dpt_eisa.c,v 1.1 1998/03/11 00:30:12 julian Exp $
|
||||
*/
|
||||
|
||||
#include "eisa.h"
|
||||
#if NEISA > 0
|
||||
#include "opt_dpt.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
@ -498,3 +500,4 @@ dpt_eisa_match(type)
|
|||
return (NULL);
|
||||
}
|
||||
|
||||
#endif /* NEISA > 0 */
|
||||
|
|
|
|||
|
|
@ -32,9 +32,11 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* $Id$
|
||||
* $Id: dpt_eisa.c,v 1.1 1998/03/11 00:30:12 julian Exp $
|
||||
*/
|
||||
|
||||
#include "eisa.h"
|
||||
#if NEISA > 0
|
||||
#include "opt_dpt.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
@ -498,3 +500,4 @@ dpt_eisa_match(type)
|
|||
return (NULL);
|
||||
}
|
||||
|
||||
#endif /* NEISA > 0 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue