Ian Rogers | b033c75 | 2011-07-20 12:22:35 -0700 | [diff] [blame^] | 1 | // Copyright 2011 Google Inc. All Rights Reserved. |
2 | |||||
3 | #ifndef ART_SRC_CONSTANTS_H_ | ||||
4 | #define ART_SRC_CONSTANTS_H_ | ||||
5 | |||||
6 | #if defined(__i386__) | ||||
7 | #include "src/constants_x86.h" | ||||
8 | #elif defined(__arm__) | ||||
9 | #include "src/constants_arm.h" | ||||
10 | #endif | ||||
11 | |||||
12 | #endif // ART_SRC_CONSTANTS_H_ |