]> git.proxmox.com Git - mirror_ovs.git/blame - datapath/linux/compat/include/linux/workqueue.h
ofp-util: Remove prototype for unimplemented function.
[mirror_ovs.git] / datapath / linux / compat / include / linux / workqueue.h
CommitLineData
064af421
BP
1#ifndef __LINUX_WORKQUEUE_WRAPPER_H
2#define __LINUX_WORKQUEUE_WRAPPER_H 1
3
533e96e7 4#include_next <linux/workqueue.h>
16d650e5 5
533e96e7
PS
6#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,36)
7#define queue_work(wq, dw) schedule_work(dw);
699fec8c 8#endif
064af421
BP
9
10#endif