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