xref: /aosp_15_r20/external/coreboot/src/southbridge/ricoh/rl5c476/chip.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _SOUTHBRIDGE_RICOH_RL5C476
4 #define _SOUTHBRIDGE_RICOH_RL5C476
5 
6 struct southbridge_ricoh_rl5c476_config {
7 	int enable_cf;
8 };
9 
10 #endif /* _SOUTHBRIDGE_RICOH_RL5C476 */
11