File: ioctl.h

package info (click to toggle)
libnl3 3.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,376 kB
  • sloc: ansic: 76,548; sh: 5,210; python: 3,735; makefile: 1,136; cpp: 957; yacc: 487; lex: 218
file content (8 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (41)
1
2
3
4
5
6
7
8
/* 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 */