freebsd-dev/sys/alpha/include/mouse.h
Poul-Henning Kamp f6b5c74c35 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.
2000-10-09 08:08:36 +00:00

7 lines
155 B
C

/* $FreeBSD$ */
#if __GNUC__
#warning "this file includes <machine/mouse.h> which is deprecated, use <sys/mouse.h> instead"
#endif
#include <sys/mouse.h>