summaryrefslogtreecommitdiffstats
path: root/include/linux/average.h
blob: dc5ba2131c2cad795ef3aedf43c61b0f53eaf974 (plain)
1
2
3
4
5
6
7
8
9
10
/* Automatically created during backport process */
#ifndef CPTCFG_BACKPORT_BUILD_AVERAGE
#include_next <linux/average.h>
#else
#undef ewma_init
#define ewma_init LINUX_BACKPORT(ewma_init)
#undef ewma_add
#define ewma_add LINUX_BACKPORT(ewma_add)
#include <linux/backport-average.h>
#endif /* CPTCFG_BACKPORT_BUILD_AVERAGE */