blob: 5cbb2c7d23657bf11852be18e481cf697ec9d717 [file] [log] [blame]
Angel Pons0612b272020-04-05 15:46:56 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Andrey Petrov060b2152016-05-13 15:27:42 -07002
3#ifndef _INTEL_COMMON_VBT_H_
4#define _INTEL_COMMON_VBT_H_
5
6#include <commonlib/region.h>
Andrey Petrov060b2152016-05-13 15:27:42 -07007
Patrick Georgif6142772017-09-27 18:33:33 +02008/*
Abhay Kumarec2947f2016-07-14 18:43:54 -07009 * Returns VBT pointer and mapping after checking prerequisites for Pre OS
10 * Graphics initialization
11 */
Patrick Georgi9d3de262017-10-05 18:10:09 +020012void *vbt_get(void);
Andrey Petrov060b2152016-05-13 15:27:42 -070013#endif