diff options
author | scottl <scottl@FreeBSD.org> | 2005-11-29 09:39:41 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2005-11-29 09:39:41 +0000 |
commit | 1f0c68ec7f53b7d25d3843ad0dcda4f384160de8 (patch) | |
tree | 2e9b50de25fb032ef39c47b9dfb6b562c1a37761 /sys/dev/ips/ips_disk.c | |
parent | 8ec6103050ddca35beb6617eea771c75642cc225 (diff) | |
download | FreeBSD-src-1f0c68ec7f53b7d25d3843ad0dcda4f384160de8.zip FreeBSD-src-1f0c68ec7f53b7d25d3843ad0dcda4f384160de8.tar.gz |
Separate the hardware definitions into ipsreg.h so they can be used by
future userland tools.
Diffstat (limited to 'sys/dev/ips/ips_disk.c')
-rw-r--r-- | sys/dev/ips/ips_disk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ips/ips_disk.c b/sys/dev/ips/ips_disk.c index 7cadc93..9e2fd5c 100644 --- a/sys/dev/ips/ips_disk.c +++ b/sys/dev/ips/ips_disk.c @@ -28,6 +28,7 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#include <dev/ips/ipsreg.h> #include <dev/ips/ips.h> #include <dev/ips/ips_disk.h> #include <sys/stat.h> |