6e393973f5
headers into a related source file. Added cons.h as first step towards moving i386/i386/cons.h to machine/cons.h where it belongs.
7 lines
207 B
C
7 lines
207 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.
|
|
*/
|
|
#include <i386/i386/cons.h>
|