mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -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_ */
|