mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
11 lines
192 B
C
11 lines
192 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _ASM_ARCHRANDOM_H
|
|
#define _ASM_ARCHRANDOM_H
|
|
|
|
static inline bool __init smccc_probe_trng(void)
|
|
{
|
|
return false;
|
|
}
|
|
|
|
#endif /* _ASM_ARCHRANDOM_H */
|