[PATCH] irq-flags: consolidate flags for request_irq
[linux-2.6/linux-loongson.git] / include / linux / unistd.h
blobc18c60f3254ec998d33222aa1bd226c1f6314441
1 #ifndef _LINUX_UNISTD_H_
2 #define _LINUX_UNISTD_H_
4 #ifdef __KERNEL__
5 extern int errno;
6 #endif
8 /*
9 * Include machine specific syscallX macros
11 #include <asm/unistd.h>
13 #endif /* _LINUX_UNISTD_H_ */