mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 06:32:44 +00:00
9 lines
218 B
C
9 lines
218 B
C
/*
|
|
* 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>
|