blob: 22a404320754f9a189aca9cd0d9b6be68411234c [file] [log] [blame]
Ian Rogersb033c752011-07-20 12:22:35 -07001// 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_