Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
c2023d5d03be91dbb983606f0ec5e9e4ea36c8c2
/
.
/
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