cregit-Linux how code gets into the kernel

Release 4.12 include/linux/rpmsg/qcom_smd.h

#ifndef _LINUX_RPMSG_QCOM_SMD_H

#define _LINUX_RPMSG_QCOM_SMD_H

#include <linux/device.h>

struct qcom_smd_edge;

#if IS_ENABLED(CONFIG_RPMSG_QCOM_SMD)

struct qcom_smd_edge *qcom_smd_register_edge(struct device *parent,
					     struct device_node *node);
int qcom_smd_unregister_edge(struct qcom_smd_edge *edge);

#else


static inline struct qcom_smd_edge * qcom_smd_register_edge(struct device *parent, struct device_node *node) { return NULL; }

Contributors

PersonTokensPropCommitsCommitProp
Björn Andersson22100.00%2100.00%
Total22100.00%2100.00%


static inline int qcom_smd_unregister_edge(struct qcom_smd_edge *edge) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Björn Andersson15100.00%2100.00%
Total15100.00%2100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Björn Andersson86100.00%2100.00%
Total86100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.