mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
10 lines
177 B
C
10 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_ */
|