ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/marvell/uboot/drivers/geu/asr_rng.h b/marvell/uboot/drivers/geu/asr_rng.h
new file mode 100644
index 0000000..cb119da
--- /dev/null
+++ b/marvell/uboot/drivers/geu/asr_rng.h
@@ -0,0 +1,13 @@
+#ifndef h_asr_rng_h
+#define h_asr_rng_h
+
+#include <common.h>
+
+struct random_data {
+ volatile uint32_t random_base;
+ uint32_t random_num_saved;
+};
+
+uint32_t hw_get_random_32(void);
+void geu_random_test(void);
+#endif
\ No newline at end of file