ath9k-hmac/backports-3.12.8-1/include/linux/average.h

11 lines
326 B
C
Raw Normal View History

2016-09-26 13:44:25 +00:00
/* 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 */