Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Side by Side Diff: src/trusted/service_runtime/nacl_all_modules.h

Issue 209423004: Add NaClChromeMainInitForNonSfi (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright 2008 The Native Client Authors. All rights reserved. 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 3 * Use of this source code is governed by a BSD-style license that can
4 * be found in the LICENSE file. 4 * be found in the LICENSE file.
5 */ 5 */
6 6
7 /* 7 /*
8 * Gather ye all module initializations and finalizations here. 8 * Gather ye all module initializations and finalizations here.
9 */ 9 */
10 10
11 #ifndef SERVICE_RUNTIME_NACL_ALL_MODULES_H__ 11 #ifndef SERVICE_RUNTIME_NACL_ALL_MODULES_H__
12 #define SERVICE_RUNTIME_NACL_ALL_MODULES_H__ 1 12 #define SERVICE_RUNTIME_NACL_ALL_MODULES_H__ 1
13 13
14 #include "native_client/src/include/nacl_base.h" 14 #include "native_client/src/include/nacl_base.h"
15 15
16 EXTERN_C_BEGIN 16 EXTERN_C_BEGIN
17 17
18 void NaClAllModulesInit(void); 18 void NaClAllModulesInit(void);
19 void NaClAllModulesFini(void); 19 void NaClAllModulesFini(void);
20 void NaClAllModulesInitForNonSfi(void);
21 void NaClAllModulesFiniForNonSfi(void);
20 22
21 EXTERN_C_END 23 EXTERN_C_END
22 24
23 #endif 25 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698