M7350/external/compat-wireless/include/linux/average.h

6 lines
169 B
C
Raw Permalink Normal View History

2024-09-09 08:52:07 +00:00
#include <linux/version.h>
#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,37))
#include_next <linux/average.h>
#endif /* (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,37)) */