diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-08 21:34:00 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-08 21:34:00 +0000 |
| commit | 00d25f512caca4df740162885c93d1d528993a6b (patch) | |
| tree | 7014a452ee05572d59c983b890955d7c3fa063ba /sys/alpha | |
| parent | 3c703fcbe2dcb28753c504dec77c3667f2c450ef (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/include/console.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/alpha/include/console.h b/sys/alpha/include/console.h index fe7f10e646553..79ff98f6a3a0b 100644 --- a/sys/alpha/include/console.h +++ b/sys/alpha/include/console.h @@ -3,6 +3,10 @@ #ifndef _MACHINE_CONSOLE_H_ #define _MACHINE_CONSOLE_H_ +#if __GNUC__ +#warning "this file includes <machine/console.h> which is deprecated, use <sys/{kb,cons,fb}io.h> instead" +#endif + #include <sys/fbio.h> #include <sys/kbio.h> #include <sys/consio.h> |
