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