blob: c4cd9d7997bc3d905ea5c40d9859f6c633148f3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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_RL5C476 */
|