02fa3b2743
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1655 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
10 lines
224 B
C
10 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 */
|