mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update include files to reflect the new location of the ar device.
This commit is contained in:
parent
083b300fe2
commit
59b7f2afcd
2 changed files with 5 additions and 5 deletions
|
|
@ -70,7 +70,7 @@
|
|||
#include <netgraph/ng_message.h>
|
||||
#include <netgraph/netgraph.h>
|
||||
#include <sys/syslog.h>
|
||||
#include <i386/isa/if_ar.h>
|
||||
#include <dev/ar/if_ar.h>
|
||||
#else /* NETGRAPH */
|
||||
#include <net/if_sppp.h>
|
||||
#include <net/bpf.h>
|
||||
|
|
@ -78,8 +78,8 @@
|
|||
|
||||
#include <machine/md_var.h>
|
||||
|
||||
#include <i386/isa/ic/hd64570.h>
|
||||
#include <i386/isa/if_arregs.h>
|
||||
#include <dev/ic/hd64570.h>
|
||||
#include <dev/ar/if_arregs.h>
|
||||
|
||||
#ifdef TRACE
|
||||
#define TRC(x) x
|
||||
|
|
|
|||
|
|
@ -43,8 +43,8 @@
|
|||
#include <pci/pcireg.h>
|
||||
#include <pci/pcivar.h>
|
||||
|
||||
#include <i386/isa/ic/hd64570.h>
|
||||
#include <i386/isa/if_arregs.h>
|
||||
#include <dev/ic/hd64570.h>
|
||||
#include <dev/ar/if_arregs.h>
|
||||
|
||||
#ifdef TRACE
|
||||
#define TRC(x) x
|
||||
|
|
|
|||
Loading…
Reference in a new issue