diff options
Diffstat (limited to 'chromium/components/nacl/loader/nacl_sandbox_linux.h')
| -rw-r--r-- | chromium/components/nacl/loader/nacl_sandbox_linux.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chromium/components/nacl/loader/nacl_sandbox_linux.h b/chromium/components/nacl/loader/nacl_sandbox_linux.h new file mode 100644 index 00000000000..12eea45fec8 --- /dev/null +++ b/chromium/components/nacl/loader/nacl_sandbox_linux.h @@ -0,0 +1,10 @@ +// Copyright 2013 The Chromium 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 COMPONENTS_NACL_LOADER_NACL_SANDBOX_LINUX_H_ +#define COMPONENTS_NACL_LOADER_NACL_SANDBOX_LINUX_H_ + +bool InitializeBpfSandbox(); + +#endif // COMPONENTS_NACL_LOADER_NACL_SANDBOX_LINUX_H_ |
