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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/irt/irt_interfaces.h
diff --git a/src/untrusted/irt/irt_interfaces.h b/src/untrusted/irt/irt_interfaces.h
index a018927a5acdafe578b83bc259edf1c2e42d1c32..87f6c1079c24924309cab489f1d35dcd58e8952d 100644
--- a/src/untrusted/irt/irt_interfaces.h
+++ b/src/untrusted/irt/irt_interfaces.h
@@ -34,5 +34,7 @@ extern const struct nacl_irt_dev_list_mappings nacl_irt_dev_list_mappings;
extern const struct nacl_irt_code_data_alloc nacl_irt_code_data_alloc;
extern const struct nacl_irt_private_pnacl_translator_link
nacl_irt_private_pnacl_translator_link;
+extern const struct nacl_irt_private_pnacl_translator_compile
+ nacl_irt_private_pnacl_translator_compile;
#endif /* NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_INTERFACES_H_ */
« 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