cregit-Linux how code gets into the kernel

Release 4.17 include/linux/soc/qcom/mdt_loader.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __QCOM_MDT_LOADER_H__

#define __QCOM_MDT_LOADER_H__

#include <linux/types.h>


#define QCOM_MDT_TYPE_MASK	(7 << 24)

#define QCOM_MDT_TYPE_HASH	(2 << 24)

#define QCOM_MDT_RELOCATABLE	BIT(27)

struct device;
struct firmware;

ssize_t qcom_mdt_get_size(const struct firmware *fw);
int qcom_mdt_load(struct device *dev, const struct firmware *fw,
		  const char *fw_name, int pas_id, void *mem_region,
		  phys_addr_t mem_phys, size_t mem_size,
		  phys_addr_t *reloc_base);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Björn Andersson7698.70%480.00%
Greg Kroah-Hartman11.30%120.00%
Total77100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.