11 lines
224 B
C
11 lines
224 B
C
|
#ifndef _SOUTHBRIDGE_RICOH_RL5C476
|
||
|
#define _SOUTHBRIDGE_RICOH_RL5C476
|
||
|
|
||
|
extern struct chip_control southbridge_ricoh_rl5c476_control;
|
||
|
|
||
|
struct southbridge_ricoh_rl5c476_config {
|
||
|
int num;
|
||
|
};
|
||
|
|
||
|
#endif /* _SOUTHBRIDGE_RL5C476 */
|