| 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_ */
|
|
|