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

Side by Side Diff: src/nonsfi/irt/irt_interfaces.h

Issue 269703002: Non-SFI Mode: Add nonsfi_loader and plumbing to test it (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Review Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 /*
2 * Copyright (c) 2014 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 #ifndef NATIVE_CLIENT_SRC_NONSFI_IRT_IRT_INTERFACES_H_
8 #define NATIVE_CLIENT_SRC_NONSFI_IRT_IRT_INTERFACES_H_ 1
9
10 typedef void (*nacl_entry_func_t)(void *args);
11
12 int nacl_irt_nonsfi_entry(int argc, char **argv, char **environ,
13 nacl_entry_func_t entry_func);
14
15 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698