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
mb/starlabs/{lite_adl,byte_adl}: Don't select MAINBOARD_HAS_TPM2
[coreboot2.git]
/
src
/
northbridge
/
intel
/
x4x
/
chip.h
blob
4cfb83e83113f04591366cbcc5a36adeda62cb29
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#ifndef NORTHBRIDGE_INTEL_X4X_CHIP_H
4
#define NORTHBRIDGE_INTEL_X4X_CHIP_H
5
6
#include <drivers/intel/gma/i915.h>
7
8
struct
northbridge_intel_x4x_config
{
9
struct
i915_gpu_controller_info gfx
;
10
};
11
12
#endif