summaryrefslogtreecommitdiffstats
path: root/src/southbridge/ricoh/rl5c476/chip.h
blob: bff40b8261472dbcca9d889afdfff3f0d947364d (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _SOUTHBRIDGE_RICOH_RL5C476
#define _SOUTHBRIDGE_RICOH_RL5C476

struct southbridge_ricoh_rl5c476_config {
	int enable_cf;
};

#endif /* _SOUTHBRIDGE_RICOH_RL5C476 */