aboutsummaryrefslogtreecommitdiff
path: root/plat/qti/common/inc/qti_rng.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/qti/common/inc/qti_rng.h')
-rw-r--r--plat/qti/common/inc/qti_rng.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/plat/qti/common/inc/qti_rng.h b/plat/qti/common/inc/qti_rng.h
new file mode 100644
index 0000000000..c933dea124
--- /dev/null
+++ b/plat/qti/common/inc/qti_rng.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) 2020, The Linux Foundation. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef QTI_RNG_H
+#define QTI_RNG_H
+
+#include <stdinit.h>
+
+int qti_rng_get_data(uint8_t *out, uint32_t out_len);
+
+#endif /* QTI_RNG_H */