summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/mei_cl_bus.h
blob: d7f0dfd55e3a3169a75aabde9e69902b7970a3fe (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __BACKPORT_LINUX_MEI_CL_BUS_H
#define __BACKPORT_LINUX_MEI_CL_BUS_H
#include_next <linux/mei_cl_bus.h>

#if (LINUX_VERSION_CODE < KERNEL_VERSION(4,3,0))
#define mei_cl_register_event_cb(device, event_mask, read_cb, context) \
	mei_cl_register_event_cb(device, read_cb, context)
#endif


#endif /* __BACKPORT_LINUX_MEI_CL_BUS_H */