aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/DDRInit.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/bcm/DDRInit.h')
-rw-r--r--drivers/staging/bcm/DDRInit.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/staging/bcm/DDRInit.h b/drivers/staging/bcm/DDRInit.h
new file mode 100644
index 000000000000..550e260df539
--- /dev/null
+++ b/drivers/staging/bcm/DDRInit.h
@@ -0,0 +1,9 @@
+#ifndef _DDR_INIT_H_
+#define _DDR_INIT_H_
+
+
+
+int ddr_init(PMINI_ADAPTER psAdapter);
+int download_ddr_settings(PMINI_ADAPTER psAdapter);
+
+#endif