2008-07-03 06:02:41 -04:00
|
|
|
#ifdef __KERNEL__
|
|
|
|
# ifdef CONFIG_SUPERH32
|
|
|
|
# include "unistd_32.h"
|
|
|
|
# else
|
|
|
|
# include "unistd_64.h"
|
|
|
|
# endif
|
2007-11-11 03:46:49 -05:00
|
|
|
#else
|
2008-07-03 06:02:41 -04:00
|
|
|
# ifdef __SH5__
|
|
|
|
# include "unistd_64.h"
|
|
|
|
# else
|
|
|
|
# include "unistd_32.h"
|
|
|
|
# endif
|
2005-04-16 18:20:36 -04:00
|
|
|
#endif
|