Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
572dea85
Commit
572dea85
authored
Aug 19, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Aug 19, 2020
Browse files
Merge "plat: qti: Fix build failure" into integration
parents
a3b50044
752ff3bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
plat/qti/common/inc/qti_rng.h
View file @
572dea85
...
...
@@ -7,7 +7,7 @@
#ifndef QTI_RNG_H
#define QTI_RNG_H
#include <stdin
i
t.h>
#include <stdint.h>
int
qti_rng_get_data
(
uint8_t
*
out
,
uint32_t
out_len
);
...
...
plat/qti/common/src/qti_rng.c
View file @
572dea85
...
...
@@ -4,10 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <stddef.h>
#include <stdint.h>
#include <lib/mmio.h>
#include <qti_rng.h>
#include <qti_rng_io.h>
int
qti_rng_get_data
(
uint8_t
*
out
,
uint32_t
out_len
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment