mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
11 lines
177 B
C
11 lines
177 B
C
/* $FreeBSD$ */
|
|
|
|
#ifndef _MACHINE_CONSOLE_H_
|
|
#define _MACHINE_CONSOLE_H_
|
|
|
|
#include <sys/fbio.h>
|
|
#include <sys/kbio.h>
|
|
#include <sys/consio.h>
|
|
|
|
#endif /* !_MACHINE_CONSOLE_H_ */
|