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

Unified Diff: src/trusted/service_runtime/arch/mips/tramp_mips.h

Issue 10919162: [MIPS] Implementation of sel_ldr for MIPS architecture. (Closed) Base URL: http://src.chromium.org/native_client/trunk/src/native_client/
Patch Set: Rebase (Saturday morning). Created 8 years, 3 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/trusted/service_runtime/arch/mips/sel_rt.c ('k') | src/trusted/service_runtime/arch/mips/tramp_mips.S » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/arch/mips/tramp_mips.h
diff --git a/src/trusted/service_runtime/arch/mips/tramp_mips.h b/src/trusted/service_runtime/arch/mips/tramp_mips.h
new file mode 100644
index 0000000000000000000000000000000000000000..c474a8e7b40c3237b5ec7f125bcd21c7c9396787
--- /dev/null
+++ b/src/trusted/service_runtime/arch/mips/tramp_mips.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2012 The Native Client Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can
+ * be found in the LICENSE file.
+ */
+
+#ifndef NATIVE_CLIENT_SRC_TRUSTED_SERVICE_RUNTIME_ARCH_MIPS_TRAMP_MIPS_H_
+#define NATIVE_CLIENT_SRC_TRUSTED_SERVICE_RUNTIME_ARCH_MIPS_TRAMP_MIPS_H_
+
+extern char NaCl_trampoline_seg_code;
+extern char NaCl_trampoline_seg_end;
+extern char NaCl_trampoline_syscall_seg_addr;
+
+extern void NaClSyscallSeg(void);
+
+#endif /* NATIVE_CLIENT_SRC_TRUSTED_SERVICE_RUNTIME_ARCH_MIPS_TRAMP_MIPS_H_ */
« no previous file with comments | « src/trusted/service_runtime/arch/mips/sel_rt.c ('k') | src/trusted/service_runtime/arch/mips/tramp_mips.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698