Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.8-rc2 8 lines 191 B view raw
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