- Bump the LinuxBIOS major version
[coreboot.git] / src / southbridge / ricoh / rl5c476 / chip.h
1 #ifndef _SOUTHBRIDGE_RICOH_RL5C476
2 #define _SOUTHBRIDGE_RICOH_RL5C476
3
4 extern struct chip_operations southbridge_ricoh_rl5c476_control;
5
6 struct southbridge_ricoh_rl5c476_config {
7         int num;
8 };
9
10 #endif /* _SOUTHBRIDGE_RL5C476 */