aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/ricoh/rl5c476/chip.h
blob: d951a8aec132feb539e0be0a9f06ac5546c34b6b (plain)
1
2
3
4
5
6
7
8
9
10
#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 */