aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/lenovo/hybrid_graphics/hybrid_graphics.h
blob: 5ca82cb40128d23e02593cd2e5b2135322337d11 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef _DRIVERS_LENOVO_HYBRID_GRAPHICS_H_
#define _DRIVERS_LENOVO_HYBRID_GRAPHICS_H_

void early_hybrid_graphics(bool *enable_igd, bool *enable_peg);

#endif /* _DRIVERS_LENOVO_HYBRID_GRAPHICS_CHIP_H_ */