1 #ifndef __QCOM_RPROC_H__
2 #define __QCOM_RPROC_H__
6 #if IS_ENABLED(CONFIG_QCOM_RPROC_COMMON)
8 int qcom_register_ssr_notifier(struct notifier_block
*nb
);
9 void qcom_unregister_ssr_notifier(struct notifier_block
*nb
);
13 static inline int qcom_register_ssr_notifier(struct notifier_block
*nb
)
18 static inline void qcom_unregister_ssr_notifier(struct notifier_block
*nb
) {}