2024-09-09 08:52:07 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2004-2009 Analog Devices Inc.
|
|
|
|
*
|
|
|
|
* Licensed under the GPL-2 or later.
|
|
|
|
*/
|
|
|
|
#ifndef __ASM_BFIN_UNISTD_H
|
|
|
|
#define __ASM_BFIN_UNISTD_H
|
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
#include <uapi/asm/unistd.h>
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
#define __ARCH_WANT_STAT64
|
|
|
|
#define __ARCH_WANT_SYS_ALARM
|
|
|
|
#define __ARCH_WANT_SYS_GETHOSTNAME
|
|
|
|
#define __ARCH_WANT_SYS_PAUSE
|
|
|
|
#define __ARCH_WANT_SYS_TIME
|
|
|
|
#define __ARCH_WANT_SYS_FADVISE64
|
|
|
|
#define __ARCH_WANT_SYS_GETPGRP
|
|
|
|
#define __ARCH_WANT_SYS_LLSEEK
|
|
|
|
#define __ARCH_WANT_SYS_NICE
|
2024-09-09 08:57:42 +00:00
|
|
|
#define __ARCH_WANT_SYS_VFORK
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
#endif /* __ASM_BFIN_UNISTD_H */
|