blob: 5d7a2e3ab64f545b4cc09a263b4ea8076a1a3dde (
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_control;
struct southbridge_ricoh_rl5c476_config {
int num;
};
#endif /* _SOUTHBRIDGE_RL5C476 */
|