blob: 922eece219eb54f313f4fd7635a845858aef23c4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef _SOUTHBRIDGE_RICOH_RL5C476
#define _SOUTHBRIDGE_RICOH_RL5C476
extern struct chip_operations southbridge_ricoh_rl5c476_ops;
struct southbridge_ricoh_rl5c476_config {
int enable_cf;
};
#endif /* _SOUTHBRIDGE_RICOH_RL5C476 */
|