mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 09:58:01 +00:00
10 lines
168 B
C
10 lines
168 B
C
#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 */
|