2019-05-29 14:18:00 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2017-07-11 01:07:09 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2012 Regents of the University of California
|
|
|
|
*/
|
|
|
|
|
2018-08-03 19:27:19 +00:00
|
|
|
/*
|
|
|
|
* There is explicitly no include guard here because this file is expected to
|
2018-11-08 19:02:39 +00:00
|
|
|
* be included multiple times.
|
2018-08-03 19:27:19 +00:00
|
|
|
*/
|
|
|
|
|
2017-07-11 01:07:09 +00:00
|
|
|
#define __ARCH_WANT_SYS_CLONE
|
2018-11-08 19:02:39 +00:00
|
|
|
|
2017-07-11 01:07:09 +00:00
|
|
|
#include <uapi/asm/unistd.h>
|
2018-12-10 20:43:54 +00:00
|
|
|
|
|
|
|
#define NR_syscalls (__NR_syscalls)
|