mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-22 13:35:00 +00:00
Fix build for API changes in kernel 4.11
This commit is contained in:
parent
67f51aacca
commit
c898434525
@ -20,6 +20,10 @@
|
|||||||
#ifndef __OSDEP_SERVICE_H_
|
#ifndef __OSDEP_SERVICE_H_
|
||||||
#define __OSDEP_SERVICE_H_
|
#define __OSDEP_SERVICE_H_
|
||||||
|
|
||||||
|
#include <linux/version.h>
|
||||||
|
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
|
||||||
|
#include <linux/sched/signal.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#define _FAIL 0
|
#define _FAIL 0
|
||||||
#define _SUCCESS 1
|
#define _SUCCESS 1
|
||||||
|
Loading…
Reference in New Issue
Block a user