[BACK]Return to posix_types.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / include / asm-sh

File: [Development] / linux-2.6-xfs / include / asm-sh / Attic / posix_types.h (download)

Revision 1.3, Fri May 16 16:59:33 2008 UTC (9 years, 5 months ago) by lachlan.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.2: +6 -0 lines

Merge up to 2.6.25
Merge of 2.6.x-xfs-melb:linux:31180a by kenmcd.

#ifdef __KERNEL__
# ifdef CONFIG_SUPERH32
#  include "posix_types_32.h"
# else
#  include "posix_types_64.h"
# endif
#else
# ifdef __SH5__
#  include "posix_types_64.h"
# else
#  include "posix_types_32.h"
# endif
#endif /* __KERNEL__ */