Add Siemens SITEMP-G1 board
[coreboot.git] / src / mainboard / siemens / sitemp_g1p1 / int15_func.h
blob4b930f808f6ec8baee349d52f87ad4432e5eff5f
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2009 coresystems GmbH
5 * Copyright (C) 2009 Libra Li <libra.li@technexion.com>
6 * Copyright (C) 2010 Siemens AG, Inc.
7 * (Written by Josef Kellermann <joseph.kellermann@heitec.de> for Siemens AG, Inc.)
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24 typedef struct {
25 u8 func00_LCD_panel_id; // Callback Sub-Function 00h - Get LCD Panel ID
26 u8 func02_set_expansion;
27 u8 func05_TV_standard; // Callback Sub-Function 05h - Select Boot-up TV Standard
28 u16 func80_sysinfo_table;
29 }INT15_regs;
31 typedef struct {
32 INT15_regs regs;
33 }INT15_function_extensions;
35 extern void install_INT15_function_extensions(INT15_function_extensions *);