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