xref: /linux/include/uapi/linux/unistd.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*6f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2607ca46eSDavid Howells #ifndef _LINUX_UNISTD_H_
3607ca46eSDavid Howells #define _LINUX_UNISTD_H_
4607ca46eSDavid Howells 
5607ca46eSDavid Howells /*
6607ca46eSDavid Howells  * Include machine specific syscall numbers
7607ca46eSDavid Howells  */
8607ca46eSDavid Howells #include <asm/unistd.h>
9607ca46eSDavid Howells 
10607ca46eSDavid Howells #endif /* _LINUX_UNISTD_H_ */
11