/* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ #ifndef _INTEL_COMMON_VBT_H_ #define _INTEL_COMMON_VBT_H_ #include #include /* * Returns VBT pointer and mapping after checking prerequisites for Pre OS * Graphics initialization */ void *vbt_get(void); #endif