Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / datapath / linux / compat / include / linux / workqueue.h
1 #ifndef __LINUX_WORKQUEUE_WRAPPER_H
2 #define __LINUX_WORKQUEUE_WRAPPER_H 1
3
4 #include_next <linux/workqueue.h>
5
6 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,36)
7 #define queue_work(wq, dw) schedule_work(dw);
8 #endif
9
10 #endif