diff options
author | Rabin Vincent <[email protected]> | 2015-02-28 23:47:37 +0100 |
---|---|---|
committer | Jesper Nilsson <[email protected]> | 2015-09-05 00:56:47 +0200 |
commit | 45266922510fcd1e55df483f41be8debd5df9de8 (patch) | |
tree | 6ab98a8eceb4d68e3c9125e1eff266205217efa7 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 53789d25a0603e5c836e460c758867d2071eb135 (diff) |
CRIS: UAPI: use generic socket.h
CRIS' socket.h is equivalent to the asm-generic version.
Effective diff:
-#ifndef _ASM_SOCKET_H
-#define _ASM_SOCKET_H
-
-
+#ifndef __ASM_GENERIC_SOCKET_H
+#define __ASM_GENERIC_SOCKET_H
#include <asm/sockios.h>
#define SO_LINGER 13
#define SO_BSDCOMPAT 14
#define SO_REUSEPORT 15
+#ifndef SO_PASSCRED
#define SO_PASSCRED 16
#define SO_PEERCRED 17
#define SO_RCVLOWAT 18
#define SO_SNDLOWAT 19
#define SO_RCVTIMEO 20
#define SO_SNDTIMEO 21
+#endif
#define SO_SECURITY_AUTHENTICATION 22
Signed-off-by: Rabin Vincent <[email protected]>
Signed-off-by: Jesper Nilsson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions