mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-03-16 00:55:59 +00:00
10 lines
205 B
C
Executable File
10 lines
205 B
C
Executable File
#ifndef __BACKPORT_LINUX_IOPORT_H
|
|
#define __BACKPORT_LINUX_IOPORT_H
|
|
#include_next <linux/ioport.h>
|
|
|
|
#ifndef IORESOURCE_REG
|
|
#define IORESOURCE_REG 0x00000300
|
|
#endif
|
|
|
|
#endif /* __BACKPORT_LINUX_IOPORT_H */
|