1/****************************************************************************
2 ****************************************************************************
3 ***
4 ***   This header was automatically generated from a Linux kernel header
5 ***   of the same name, to make information necessary for userspace to
6 ***   call into the kernel available to libc.  It contains only constants,
7 ***   structures, and macros generated from the original header, and thus,
8 ***   contains no copyrightable information.
9 ***
10 ****************************************************************************
11 ****************************************************************************/
12#ifndef __ASM_SH_SOCKIOS_H
13#define __ASM_SH_SOCKIOS_H
14
15#define FIOGETOWN _IOR('f', 123, int)
16#define FIOSETOWN _IOW('f', 124, int)
17
18#define SIOCATMARK _IOR('s', 7, int)
19#define SIOCSPGRP _IOW('s', 8, pid_t)
20#define SIOCGPGRP _IOR('s', 9, pid_t)
21
22#define SIOCGSTAMP _IOR('s', 100, struct timeval)
23#define SIOCGSTAMPNS _IOR('s', 101, struct timespec)
24#endif
25