Whamcloud - gitweb
build: add RHEL6 .spec file for packaging
[tools/e2fsprogs.git] / lib / ext2fs / ext2_types-wrapper.h
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(__powerpc64__)
9 #include "ext2_types-ppc64.h"
10 #elif defined(__powerpc__)
11 #include "ext2_types-ppc.h"
12 #elif defined(__s390x__)
13 #include "ext2_types-s390x.h"
14 #elif defined(__s390__)
15 #include "ext2_types-s390.h"
16 #elif defined(__x86_64__)
17 #include "ext2_types-x86_64.h"
18 #elif defined(__alpha__)
19 #include "ext2_types-alpha.h"
20 #elif defined(__arm__)
21 #include "ext2_types-arm.h"
22 #elif defined(__sparc__) && defined(__arch64__)
23 #include "ext2_types-sparc64.h"
24 #elif defined(__sparc__)
25 #include "ext2_types-sparc.h"
26 #else
27 #error "This e2fsprogs-devel package does not work your architecture?"
28 #endif
29