freebsd-dev/sys/alpha/include/console.h
Poul-Henning Kamp d7450ce6d5 Make programs which still #include <machine/{mouse,console}.h> fail
at compiletime, with an explanatory error message.  Previously they
would only get a warning.

These files will be finally removed 2001-01-15
2000-11-20 22:00:25 +00:00

6 lines
141 B
C

/* $FreeBSD$ */
#if __GNUC__
#error "this file includes <machine/console.h> which is deprecated, use <sys/{kb,cons,fb}io.h> instead"
#endif