mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-03-23 12:35:43 +00:00
7 lines
236 B
C
Executable File
7 lines
236 B
C
Executable File
#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 */
|