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

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

Issue 984713003: Add an IRT interface for subzero/compiler to serve_translate_requests. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: c void Created 5 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
« no previous file with comments | « src/untrusted/irt/irt_dev.h ('k') | src/untrusted/irt/irt_interfaces.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2012 The Native Client Authors. All rights reserved. 2 * Copyright (c) 2012 The Native Client Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 #ifndef NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_INTERFACES_H_ 6 #ifndef NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_INTERFACES_H_
7 #define NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_INTERFACES_H_ 7 #define NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_INTERFACES_H_
8 8
9 #include <stddef.h> 9 #include <stddef.h>
10 10
(...skipping 16 matching lines...) Expand all
27 extern const struct nacl_irt_blockhook nacl_irt_blockhook; 27 extern const struct nacl_irt_blockhook nacl_irt_blockhook;
28 extern const struct nacl_irt_resource_open nacl_irt_resource_open; 28 extern const struct nacl_irt_resource_open nacl_irt_resource_open;
29 extern const struct nacl_irt_random nacl_irt_random; 29 extern const struct nacl_irt_random nacl_irt_random;
30 extern const struct nacl_irt_clock nacl_irt_clock; 30 extern const struct nacl_irt_clock nacl_irt_clock;
31 extern const struct nacl_irt_dev_getpid nacl_irt_dev_getpid; 31 extern const struct nacl_irt_dev_getpid nacl_irt_dev_getpid;
32 extern const struct nacl_irt_exception_handling nacl_irt_exception_handling; 32 extern const struct nacl_irt_exception_handling nacl_irt_exception_handling;
33 extern const struct nacl_irt_dev_list_mappings nacl_irt_dev_list_mappings; 33 extern const struct nacl_irt_dev_list_mappings nacl_irt_dev_list_mappings;
34 extern const struct nacl_irt_code_data_alloc nacl_irt_code_data_alloc; 34 extern const struct nacl_irt_code_data_alloc nacl_irt_code_data_alloc;
35 extern const struct nacl_irt_private_pnacl_translator_link 35 extern const struct nacl_irt_private_pnacl_translator_link
36 nacl_irt_private_pnacl_translator_link; 36 nacl_irt_private_pnacl_translator_link;
37 extern const struct nacl_irt_private_pnacl_translator_compile
38 nacl_irt_private_pnacl_translator_compile;
37 39
38 #endif /* NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_INTERFACES_H_ */ 40 #endif /* NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_INTERFACES_H_ */
OLDNEW
« no previous file with comments | « src/untrusted/irt/irt_dev.h ('k') | src/untrusted/irt/irt_interfaces.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698