2005-04-16 22:20:36 +00:00
|
|
|
#ifndef _LINUX_UNISTD_H_
|
|
|
|
#define _LINUX_UNISTD_H_
|
|
|
|
|
2006-04-29 00:49:06 +00:00
|
|
|
#ifdef __KERNEL__
|
2005-04-16 22:20:36 +00:00
|
|
|
extern int errno;
|
2006-04-29 00:49:06 +00:00
|
|
|
#endif
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Include machine specific syscallX macros
|
|
|
|
*/
|
|
|
|
#include <asm/unistd.h>
|
|
|
|
|
|
|
|
#endif /* _LINUX_UNISTD_H_ */
|