qti_rng.h 254 B

1234567891011121314
  1. /*
  2. * Copyright (c) 2020, The Linux Foundation. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef QTI_RNG_H
  7. #define QTI_RNG_H
  8. #include <stdint.h>
  9. int qti_rng_get_data(uint8_t *out, uint32_t out_len);
  10. #endif /* QTI_RNG_H */