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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 /*
2 * Copyright 2012 The Native Client Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can
4 * be found in the LICENSE file.
5 */
6
7 #ifndef NATIVE_CLIENT_SRC_TRUSTED_SERVICE_RUNTIME_ARCH_MIPS_TRAMP_MIPS_H_
8 #define NATIVE_CLIENT_SRC_TRUSTED_SERVICE_RUNTIME_ARCH_MIPS_TRAMP_MIPS_H_
9
10 extern char NaCl_trampoline_seg_code;
11 extern char NaCl_trampoline_seg_end;
12 extern char NaCl_trampoline_syscall_seg_addr;
13
14 extern void NaClSyscallSeg(void);
15
16 #endif /* NATIVE_CLIENT_SRC_TRUSTED_SERVICE_RUNTIME_ARCH_MIPS_TRAMP_MIPS_H_ */
OLDNEW
« 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