summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/include/amdblocks/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/block/include/amdblocks/graphics.h')
-rw-r--r--src/soc/amd/common/block/include/amdblocks/graphics.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/graphics.h b/src/soc/amd/common/block/include/amdblocks/graphics.h
new file mode 100644
index 000000000000..f8811e8bf8e9
--- /dev/null
+++ b/src/soc/amd/common/block/include/amdblocks/graphics.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+
+#ifndef AMD_BLOCK_GRAPHICS_H
+#define AMD_BLOCK_GRAPHICS_H
+
+#include <device/device.h>
+
+void fsp_graphics_init(struct device *const dev);
+
+#endif /* AMD_BLOCK_GRAPHICS_H */