Select the types of activity you want to include in your feed.
1#ifndef __WCNSS_CTRL_H__ 2#define __WCNSS_CTRL_H__ 3 4#include <linux/soc/qcom/smd.h> 5 6struct qcom_smd_channel *qcom_wcnss_open_channel(void *wcnss, const char *name, qcom_smd_cb_t cb); 7 8#endif