blob: 8b0d9a42882096ce9750a6d3e4a26862cc6ec85e [file] [log] [blame]
Ian Rogersb033c752011-07-20 12:22:35 -07001// Copyright 2011 Google Inc. All Rights Reserved.
2
Brian Carlstrom578bbdc2011-07-21 14:07:47 -07003#include "macros.h"
4#include "thread.h"
Ian Rogersb033c752011-07-20 12:22:35 -07005
6namespace art {
7
8void Thread::InitCpu() {
9}
10
11} // namespace art