cregit-Linux how code gets into the kernel

Release 4.17 include/linux/remoteproc/qcom_rproc.h

#ifndef __QCOM_RPROC_H__

#define __QCOM_RPROC_H__

struct notifier_block;

#if IS_ENABLED(CONFIG_QCOM_RPROC_COMMON)

int qcom_register_ssr_notifier(struct notifier_block *nb);
void qcom_unregister_ssr_notifier(struct notifier_block *nb);

#else


static inline int qcom_register_ssr_notifier(struct notifier_block *nb) { return 0; }

Contributors

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


static inline void qcom_unregister_ssr_notifier(struct notifier_block *nb) {}

Contributors

PersonTokensPropCommitsCommitProp
Björn Andersson11100.00%1100.00%
Total11100.00%1100.00%

#endif #endif

Overall Contributors

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