blob: 2d8138332fdf0906165bb502b884cf226079b256 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef _FSP2_0_GRAPHICS_H_
#define _FSP2_0_GRAPHICS_H_
#include <types.h>
/*
* Report the fsp_graphics_info_guid HOB to framebuffer info.
*
* Must be called after PCI enumeration to make sure that the BAR
* doesn't change any more.
*/
void fsp_report_framebuffer_info(const uintptr_t framebuffer_bar);
#endif /* _FSP2_0_GRAPHICS_H_ */