mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +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_ */
|