xref: /netbsd-src/sys/arch/xen/x86/xen_def_cons.h (revision 2dd295436a0082eb4f8d294f4aa73c223413d0f2)
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