Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
unistd.h
Go to the documentation of this file.
1 #ifndef __KERNEL__
2 # ifdef __SH5__
3 # include <asm/unistd_64.h>
4 # else
5 # include <asm/unistd_32.h>
6 # endif
7 #endif