Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
marvell
/
uboot
/
drivers
/
geu
/
asr_rng.h
blob: cb119da6cf6a09c398c3b922276822346b0c984e [
file
] [
log
] [
blame
]
#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