blob: 3801d99b7fd22e32f3a152f9007fac3b397539a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef SOUTHBRIDGE_TI_PCI1X2X_H
#define SOUTHBRIDGE_TI_PCI1X2X_H
struct southbridge_ti_pci1x2x_config {
int scr;
int mrr;
};
#endif
|