swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 13311e74253fe64329390df80bed3f07314ddd61 authored by Linus Torvalds on 20 June 2021, 22:03:15 UTC
Linux 5.13-rc7
Tip revision: 13311e7
qcom_pil_info.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __QCOM_PIL_INFO_H__
#define __QCOM_PIL_INFO_H__

#include <linux/types.h>

int qcom_pil_info_store(const char *image, phys_addr_t base, size_t size);

#endif
back to top