summaryrefslogtreecommitdiff
path: root/src/southbridge/ricoh/rl5c476/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/ricoh/rl5c476/chip.h')
-rw-r--r--src/southbridge/ricoh/rl5c476/chip.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/southbridge/ricoh/rl5c476/chip.h b/src/southbridge/ricoh/rl5c476/chip.h
new file mode 100644
index 0000000000..d951a8aec1
--- /dev/null
+++ b/src/southbridge/ricoh/rl5c476/chip.h
@@ -0,0 +1,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 */