mirror of
https://github.com/zerotier/edge.git
synced 2026-05-22 16:25:05 -07:00
9 lines
163 B
C
9 lines
163 B
C
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
#ifndef _LINUX_IOCTL_H
|
|
#define _LINUX_IOCTL_H
|
|
|
|
#include <asm/ioctl.h>
|
|
|
|
#endif /* _LINUX_IOCTL_H */
|
|
|