blob: 1ac5a82a911b6d0071c1a843d69e17cdea290775 [file] [log] [blame]
Carl Shapiroa5d5cfd2011-06-21 12:46:59 -07001// Copyright 2011 Google Inc. All Rights Reserved.
2
3#ifndef ART_SRC_ASSEMBLER_ARM_H_
4#define ART_SRC_ASSEMBLER_ARM_H_
5
6namespace android {
7namespace runtime {
8
9class Assembler {
10};
11
12} } // namespace android::runtime
13
14#endif // ART_SRC_ASSEMBLER_ARM_H_