mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2024-12-21 22:48:00 +00:00
10 lines
186 B
C
10 lines
186 B
C
#ifndef __BACKPORT_ASM_IOCTLS_H
|
|
#define __BACKPORT_ASM_IOCTLS_H
|
|
#include_next <asm/ioctls.h>
|
|
|
|
#ifndef TIOCPKT_IOCTL
|
|
#define TIOCPKT_IOCTL 64
|
|
#endif
|
|
|
|
#endif /* __BACKPORT_ASM_IOCTLS_H */
|