summaryrefslogtreecommitdiffstats
path: root/sys/dev/sym
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-04-26 22:48:23 +0000
committermike <mike@FreeBSD.org>2002-04-26 22:48:23 +0000
commit99e543a853914f0d84a2b13980587577cffaf336 (patch)
tree115cd24c3ccb3e000a42bda8da856032a6fe36b5 /sys/dev/sym
parent796c52983674dea76052f2a77579bc008120a41c (diff)
downloadFreeBSD-src-99e543a853914f0d84a2b13980587577cffaf336.zip
FreeBSD-src-99e543a853914f0d84a2b13980587577cffaf336.tar.gz
Move the new byte order function prototypes from <sys/param.h> to
<sys/endian.h>. This puts us in line with NetBSD and OpenBSD.
Diffstat (limited to 'sys/dev/sym')
-rw-r--r--sys/dev/sym/sym_hipd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sym/sym_hipd.c b/sys/dev/sym/sym_hipd.c
index b394e93..d1671cb 100644
--- a/sys/dev/sym/sym_hipd.c
+++ b/sys/dev/sym/sym_hipd.c
@@ -87,6 +87,7 @@
#include <sys/systm.h>
#include <sys/malloc.h>
+#include <sys/endian.h>
#include <sys/kernel.h>
#ifdef FreeBSD_Bus_Io_Abstraction
#include <sys/module.h>
OpenPOWER on IntegriCloud