diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-08-22 06:00:27 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-08-22 06:00:27 +0000 |
| commit | 77e6a3b2dd824c108a2bb21dcf84dc70c213aa3f (patch) | |
| tree | a1114d7dca03d65ced88d018659a40fc8f1f2261 /sys/dev/hea | |
| parent | 6c3bdd6dee7ed12052e67c85df264c58a124ae16 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hea')
| -rw-r--r-- | sys/dev/hea/eni.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hea/eni.h b/sys/dev/hea/eni.h index 0133458d74b3..1e753b2c50c6 100644 --- a/sys/dev/hea/eni.h +++ b/sys/dev/hea/eni.h @@ -37,8 +37,8 @@ #ifndef _ENI_ENI_H #define _ENI_ENI_H -#include <pci/pcireg.h> -#include <pci/pcivar.h> +#include <dev/pci/pcireg.h> +#include <dev/pci/pcivar.h> /* * Physical device name - used to configure HARP devices |
