mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-19 09:52:31 +01:00
6 lines
169 B
C
6 lines
169 B
C
#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)) */
|