summaryrefslogtreecommitdiff
path: root/src/linux/32/ioctls_inc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/32/ioctls_inc.h')
-rw-r--r--src/linux/32/ioctls_inc.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/linux/32/ioctls_inc.h b/src/linux/32/ioctls_inc.h
new file mode 100644
index 000000000..84294ba01
--- /dev/null
+++ b/src/linux/32/ioctls_inc.h
@@ -0,0 +1,15 @@
+/*
+ * Copyright (c) 2015-2018 The strace developers.
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ */
+
+#if defined M68K
+# include "32/ioctls_inc_align16.h"
+#elif defined X86_64 || defined X32 \
+ || SIZEOF_STRUCT_I64_I32 < SIZEOF_LONG_LONG * 2
+# include "32/ioctls_inc_align32.h"
+#else
+# include "32/ioctls_inc_align64.h"
+#endif