ec/google/chromeec: Enable ACPI memory mapping for Microchip EC
[coreboot2.git] / src / soc / amd / common / block / include / amdblocks / graphics.h
blobf8811e8bf8e9a410d09ccb9f9f3c1babc519f529
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #ifndef AMD_BLOCK_GRAPHICS_H
4 #define AMD_BLOCK_GRAPHICS_H
6 #include <device/device.h>
8 void fsp_graphics_init(struct device *const dev);
10 #endif /* AMD_BLOCK_GRAPHICS_H */