Home | History | Annotate | Download | only in 32
      1 #if defined M68K
      2 # include "32/ioctls_inc_align16.h"
      3 #elif defined X86_64 || defined X32 \
      4  || SIZEOF_STRUCT_I64_I32 < SIZEOF_LONG_LONG * 2
      5 # include "32/ioctls_inc_align32.h"
      6 #else
      7 # include "32/ioctls_inc_align64.h"
      8 #endif
      9