forked from Qortal/Brooklyn
* 0day explit mitigation * Memory corruption prevention * Privilege escalation prevention * Buffer over flow prevention * File System corruption defense * Thread escape prevention This may very well be the most intensive inclusion to BrooklynR. This will not be part of an x86 suite nor it will be released as tool kit. The security core toolkit will remain part of kernel base.
9 lines
191 B
C
9 lines
191 B
C
#ifndef __WCNSS_CTRL_H__
|
|
#define __WCNSS_CTRL_H__
|
|
|
|
#include <linux/soc/qcom/smd.h>
|
|
|
|
struct qcom_smd_channel *qcom_wcnss_open_channel(void *wcnss, const char *name, qcom_smd_cb_t cb);
|
|
|
|
#endif
|