mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-02-12 13:25:22 +00:00
7 lines
236 B
C
7 lines
236 B
C
#ifndef __BACKPORT_DMA_ATTR_H
|
|
#define __BACKPORT_DMA_ATTR_H
|
|
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26)
|
|
#include_next <linux/dma-attrs.h>
|
|
#endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26) */
|
|
#endif /* __BACKPORT_DMA_ATTR_H */
|