]> git.proxmox.com Git - mirror_ovs.git/blame - datapath/linux-2.6/compat-2.6/include/linux/rculist.h
Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.
[mirror_ovs.git] / datapath / linux-2.6 / compat-2.6 / include / linux / rculist.h
CommitLineData
064af421
BP
1#ifndef __LINUX_RCULIST_WRAPPER_H
2#define __LINUX_RCULIST_WRAPPER_H
3
4#include <linux/version.h>
5#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26)
6#include_next <linux/rculist.h>
7#else
8/* Prior to 2.6.26, the contents of rculist.h were part of list.h. */
9#include <linux/list.h>
10#endif
11
12#endif