aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/vga.h
blob: f72b63d446b133cae1634679bc50326528d8cbeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 *  vga.h
 *
 *  This file is subject to the terms and conditions of the GNU General Public
 *  License.  See the file COPYING in the main directory of this archive
 *  for more details.
 */

#ifndef _XEN_VGA_H
#define _XEN_VGA_H

#include <xen/video.h>

#ifdef CONFIG_VGA
extern struct xen_vga_console_info vga_console_info;
#endif

#endif /* _XEN_VGA_H */