summaryrefslogtreecommitdiff
path: root/datapath/linux-2.6/compat-2.6/include/linux/kernel.h
blob: 9459155d6af2beb3ded89ee3106b89a9531ec993 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __KERNEL_H_WRAPPER
#define __KERNEL_H_WRAPPER 1

#include_next <linux/kernel.h>
#ifndef HAVE_LOG2_H
#include <linux/log2.h>
#endif

#endif /* linux/kernel.h */