xref: /linux/arch/openrisc/include/uapi/asm/unistd.h (revision 77122bf9)
1e2be04c7SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2913c2302SDavid Howells /*
3913c2302SDavid Howells  * OpenRISC Linux
4913c2302SDavid Howells  *
5913c2302SDavid Howells  * Linux architectural port borrowing liberally from similar works of
6913c2302SDavid Howells  * others.  All original copyrights apply as per the original source
7913c2302SDavid Howells  * declaration.
8913c2302SDavid Howells  *
9913c2302SDavid Howells  * OpenRISC implementation:
10913c2302SDavid Howells  * Copyright (C) 2003 Matjaz Breskvar <phoenix@bsemi.com>
11913c2302SDavid Howells  * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se>
12913c2302SDavid Howells  * et al.
13913c2302SDavid Howells  *
14913c2302SDavid Howells  * This program is free software; you can redistribute it and/or modify
15913c2302SDavid Howells  * it under the terms of the GNU General Public License as published by
16913c2302SDavid Howells  * the Free Software Foundation; either version 2 of the License, or
17913c2302SDavid Howells  * (at your option) any later version.
18913c2302SDavid Howells  */
19913c2302SDavid Howells 
20*77122bf9SArnd Bergmann #include <asm/unistd_32.h>
21