(root)/
strace-6.5/
src/
linux/
32/
ioctls_inc.h
       1  /*
       2   * Copyright (c) 2015-2021 The strace developers.
       3   * All rights reserved.
       4   *
       5   * SPDX-License-Identifier: LGPL-2.1-or-later
       6   */
       7  
       8  #if defined M68K
       9  # include "../32/ioctls_inc_align16.h"
      10  #elif defined X86_64 || defined X32 \
      11   || SIZEOF_STRUCT_I64_I32 < SIZEOF_LONG_LONG * 2
      12  # include "../32/ioctls_inc_align32.h"
      13  #else
      14  # include "../32/ioctls_inc_align64.h"
      15  #endif