Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / native_client / src / trusted / debug_stub / debug_stub.cc
1 /*
2  * Copyright 2010 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
7 #include "native_client/src/trusted/debug_stub/debug_stub.h"
8
9 void NaClDebugStubInit() {
10   NaClDebugStubPlatformInit();
11 }
12
13 void NaClDebugStubFini() {
14   NaClDebugStubPlatformFini();
15 }
16