Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / native_client / src / trusted / desc / nrd_all_modules.h
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
7 /*
8  * Gather ye all module initializations and finalizations needed by
9  * the NRD transfer protocol code here.
10  */
11
12 #ifndef NATIVE_CLIENT_SRC_TRUSTED_DESC_NRD_ALL_MODULES_H_
13 #define NATIVE_CLIENT_SRC_TRUSTED_DESC_NRD_ALL_MODULES_H_
14
15 #include "native_client/src/include/nacl_base.h"
16
17 EXTERN_C_BEGIN
18
19 void NaClNrdAllModulesInit(void);
20
21 void NaClNrdAllModulesFini(void);
22
23 EXTERN_C_END
24
25 #endif /* NATIVE_CLIENT_SRC_TRUSTED_DESC_NRD_ALL_MODULES_H_ */