summaryrefslogtreecommitdiffstats
path: root/sys/dev/gem
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/gem
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/gem')
-rw-r--r--sys/dev/gem/if_gem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/gem/if_gem.c b/sys/dev/gem/if_gem.c
index 50d1814..fe91327 100644
--- a/sys/dev/gem/if_gem.c
+++ b/sys/dev/gem/if_gem.c
@@ -38,6 +38,7 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/callout.h>
+#include <sys/endian.h>
#include <sys/mbuf.h>
#include <sys/malloc.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud