qcom_pil_info.h 322 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef __QCOM_PIL_INFO_H__
  6. #define __QCOM_PIL_INFO_H__
  7. #include <linux/types.h>
  8. int qcom_pil_info_store(const char *image, phys_addr_t base, size_t size);
  9. bool qcom_pil_timeouts_disabled(void);
  10. #endif