Carl Shapiro | a5d5cfd | 2011-06-21 12:46:59 -0700 | [diff] [blame^] | 1 | // Copyright 2011 Google Inc. All Rights Reserved. |
2 | |||||
3 | #ifndef ART_SRC_ASSEMBLER_ARM_H_ | ||||
4 | #define ART_SRC_ASSEMBLER_ARM_H_ | ||||
5 | |||||
6 | namespace android { | ||||
7 | namespace runtime { | ||||
8 | |||||
9 | class Assembler { | ||||
10 | }; | ||||
11 | |||||
12 | } } // namespace android::runtime | ||||
13 | |||||
14 | #endif // ART_SRC_ASSEMBLER_ARM_H_ |