mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 09:44:30 +01:00
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>
|