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

Side by Side Diff: mojo/nacl/sfi/nacl_bindings/mojo_syscall_internal.h

Issue 1398213003: Refactored Non-SFI and SFI NaCl into separate directories. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef MOJO_NACL_MOJO_SYSCALL_INTERNAL_H_ 5 #ifndef MOJO_NACL_SFI_NACL_BINDINGS_MOJO_SYSCALL_INTERNAL_H_
6 #define MOJO_NACL_MOJO_SYSCALL_INTERNAL_H_ 6 #define MOJO_NACL_SFI_NACL_BINDINGS_MOJO_SYSCALL_INTERNAL_H_
7 7
8 #include <type_traits> 8 #include <type_traits>
9 9
10 #include "native_client/src/trusted/service_runtime/nacl_copy.h" 10 #include "native_client/src/trusted/service_runtime/nacl_copy.h"
11 #include "native_client/src/trusted/service_runtime/sel_ldr.h" 11 #include "native_client/src/trusted/service_runtime/sel_ldr.h"
12 12
13 namespace { 13 namespace {
14 14
15 class ScopedCopyLock { 15 class ScopedCopyLock {
16 public: 16 public:
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 } 228 }
229 } else if (optional) { 229 } else if (optional) {
230 *sys_ptr = 0; 230 *sys_ptr = 0;
231 return true; 231 return true;
232 } 232 }
233 return false; 233 return false;
234 } 234 }
235 235
236 } // namespace 236 } // namespace
237 237
238 #endif // MOJO_NACL_MOJO_SYSCALL_INTERNAL_H_ 238 #endif // MOJO_NACL_SFI_NACL_BINDINGS_MOJO_SYSCALL_INTERNAL_H_
OLDNEW
« no previous file with comments | « mojo/nacl/sfi/nacl_bindings/mojo_syscall.cc ('k') | mojo/nacl/sfi/nacl_bindings/monacl_sel_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698