mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2024-12-21 14:38:23 +00:00
11 lines
326 B
C
11 lines
326 B
C
|
/* 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 */
|