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