blob: 8ba9906070a3c5b0dea0dd5b694538cf078f1f9b [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
Carl Shapiro6b6b5f02011-06-21 15:05:09 -07006namespace art {
Carl Shapiroa5d5cfd2011-06-21 12:46:59 -07007
8class Assembler {
9};
10
Carl Shapiro6b6b5f02011-06-21 15:05:09 -070011} // namespace art
Carl Shapiroa5d5cfd2011-06-21 12:46:59 -070012
13#endif // ART_SRC_ASSEMBLER_ARM_H_