Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / native_client / src / trusted / debug_stub / linux / debug_stub_linux.cc
1 /*
2  * Copyright 2008 The Native Client Authors. All rights reserved.
3  * Use of this source code is governed by a BSD-style license that can be
4  * found in the LICENSE file.
5  */
6 #include "native_client/src/trusted/debug_stub/debug_stub.h"
7
8 void NaClDebugStubPlatformInit() {
9   // TODO(noelallen): implement me
10 }
11
12 void NaClDebugStubPlatformFini() {
13   // TODO(noelallen): implement me
14 }
15