This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/include/linux/unistd.h
2006-04-29 01:49:06 +01:00

14 lines
201 B
C

#ifndef _LINUX_UNISTD_H_
#define _LINUX_UNISTD_H_
#ifdef __KERNEL__
extern int errno;
#endif
/*
* Include machine specific syscallX macros
*/
#include <asm/unistd.h>
#endif /* _LINUX_UNISTD_H_ */