repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ec/google/chromeec: Enable ACPI memory mapping for Microchip EC
[coreboot2.git]
/
src
/
soc
/
amd
/
common
/
block
/
include
/
amdblocks
/
graphics.h
blob
f8811e8bf8e9a410d09ccb9f9f3c1babc519f529
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#ifndef AMD_BLOCK_GRAPHICS_H
4
#define AMD_BLOCK_GRAPHICS_H
5
6
#include <device/device.h>
7
8
void
fsp_graphics_init
(
struct
device
*
const
dev
);
9
10
#endif
/* AMD_BLOCK_GRAPHICS_H */