summaryrefslogtreecommitdiffstats
path: root/sys/dev/mse
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-10-09 08:08:36 +0000
committerphk <phk@FreeBSD.org>2000-10-09 08:08:36 +0000
commit410d456c0b32b2395ed4144947864144f90c445a (patch)
tree722829362eb00c058d9a105f674c83aa2f47ac92 /sys/dev/mse
parent68d0f3f4de2cbe74fae95d7f1e2e23948ee58f10 (diff)
downloadFreeBSD-src-410d456c0b32b2395ed4144947864144f90c445a.zip
FreeBSD-src-410d456c0b32b2395ed4144947864144f90c445a.tar.gz
Initiate deorbit burn sequence for <machine/mouse.h>.
Replace all in-tree uses with <sys/mouse.h> which repo-copied a few moments ago from src/sys/i386/include/mouse.h by peter. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/mouse.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/mouse.h> files will be removed.
Diffstat (limited to 'sys/dev/mse')
-rw-r--r--sys/dev/mse/mse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c
index 8ebbac3..dbf72cc 100644
--- a/sys/dev/mse/mse.c
+++ b/sys/dev/mse/mse.c
@@ -52,11 +52,11 @@
#include <sys/poll.h>
#include <sys/select.h>
#include <sys/uio.h>
+#include <sys/mouse.h>
#include <machine/bus_pio.h>
#include <machine/bus.h>
#include <machine/clock.h>
-#include <machine/mouse.h>
#include <machine/resource.h>
#include <sys/rman.h>
OpenPOWER on IntegriCloud