blob: faa17d12332c760545535dc978d0b20d7c82149c (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/*
* Console support headers should be in <machine/cons.h> since MI software
* needs to access these functions. In the mean time, just include the
* header where it sits.
*
* $Id$
*/
#include <i386/i386/cons.h>
|