1 /* This file is here to prevent a file conflict on multiarch systems. A
2  * conflict will occur because ext2_types.h has arch-specific definitions.
3  *
4  * DO NOT INCLUDE THE NEW FILE DIRECTLY -- ALWAYS INCLUDE THIS ONE INSTEAD. */
5 
6 #if defined(__i386__)
7 #include "ext2_types-i386.h"
8 #elif defined(__x86_64__)
9 #include "ext2_types-x86_64.h"
10 #elif defined(__arm__)
11 #include "ext2_types-arm.h"
12 #else
13 #error "This e2fsprogs-devel package does not work your architecture?"
14 #endif