[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v1 18/57] xen/riscv: introduce asm/random.h
Signed-off-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> --- xen/arch/riscv/include/asm/random.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 xen/arch/riscv/include/asm/random.h diff --git a/xen/arch/riscv/include/asm/random.h b/xen/arch/riscv/include/asm/random.h new file mode 100644 index 0000000000..8d5df8a9b6 --- /dev/null +++ b/xen/arch/riscv/include/asm/random.h @@ -0,0 +1,9 @@ +#ifndef __ASM_RISCV_RANDOM_H__ +#define __ASM_RISCV_RANDOM_H__ + +static inline unsigned int arch_get_random(void) +{ + return 0; +} + +#endif /* __ASM_RISCV_RANDOM_H__ */ -- 2.41.0
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |