xref: /netbsd-src/sys/arch/xen/x86/xen_def_cons.h (revision 87cc9ae9ae7b654d3f25edfce38250ecc9e806a3)
1 /*	$NetBSD: xen_def_cons.h,v 1.1 2023/07/22 19:13:17 mrg Exp $	*/
2 
3 /*
4  * Written by Matthew R. Green, July 20, 2023
5  * Public domain.
6  */
7 
8 #include <machine/bootinfo.h>
9 
10 extern const struct btinfo_console default_consinfo;
11