2004-10-06 19:33:54 +02:00
|
|
|
#ifndef _SOUTHBRIDGE_RICOH_RL5C476
|
|
|
|
#define _SOUTHBRIDGE_RICOH_RL5C476
|
|
|
|
|
2004-10-21 12:44:08 +02:00
|
|
|
extern struct chip_operations southbridge_ricoh_rl5c476_control;
|
2004-10-06 19:33:54 +02:00
|
|
|
|
|
|
|
struct southbridge_ricoh_rl5c476_config {
|
|
|
|
int num;
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif /* _SOUTHBRIDGE_RL5C476 */
|