Files

10 lines
157 B
C
Raw Permalink Normal View History

2023-05-02 09:58:35 +02:00
#ifndef _LINUX_UNISTD_H_
#define _LINUX_UNISTD_H_
/*
* Include machine specific syscall numbers
*/
#include <asm/unistd.h>
#endif /* _LINUX_UNISTD_H_ */