blob: f78e42aa9f615acba27bb2baeca2e43cf7098ad0 (
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_RICOH_RL5C476
#define _SOUTHBRIDGE_RICOH_RL5C476
struct southbridge_ricoh_rl5c476_config {
int enable_cf;
};
#endif /* _SOUTHBRIDGE_RICOH_RL5C476 */
|