diff options
Diffstat (limited to 'sys/i386/include/cons.h')
-rw-r--r-- | sys/i386/include/cons.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/i386/include/cons.h b/sys/i386/include/cons.h new file mode 100644 index 0000000..faa17d1 --- /dev/null +++ b/sys/i386/include/cons.h @@ -0,0 +1,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> |