blob: 298b9d16909ec202fb0824cf427427f4bbfd9b28 [file] [log] [blame]
Josef Kellermannbfa7ee52011-05-11 07:47:43 +00001/*
2 * This file is part of the coreboot project.
3 *
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.)
8 *
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.
13 *
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.
Josef Kellermannbfa7ee52011-05-11 07:47:43 +000018 */
19
20typedef struct {
Elyes HAOUASffcc07d2016-10-01 20:41:59 +020021 u8 func00_LCD_panel_id; // Callback Sub-Function 00h - Get LCD Panel ID
22 u8 func02_set_expansion;
23 u8 func05_TV_standard; // Callback Sub-Function 05h - Select Boot-up TV Standard
24 u16 func80_sysinfo_table;
Josef Kellermannbfa7ee52011-05-11 07:47:43 +000025}INT15_regs;
26
27typedef struct {
Elyes HAOUASffcc07d2016-10-01 20:41:59 +020028 INT15_regs regs;
Josef Kellermannbfa7ee52011-05-11 07:47:43 +000029}INT15_function_extensions;
30
31extern void install_INT15_function_extensions(INT15_function_extensions *);