| // Copyright (c) 2012 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 SANDBOX_LINUX_BPF_DSL_ERRORCODE_H__ |
| #define SANDBOX_LINUX_BPF_DSL_ERRORCODE_H__ |
| #include "sandbox/sandbox_export.h" |
| // TODO(mdempsky): Find a proper home for ERR_{MIN,MAX}_ERRNO and |
| class SANDBOX_EXPORT ErrorCode { |
| // MIPS only supports errno up to 1133 |
| // TODO(markus): Android only supports errno up to 255 |
| DISALLOW_IMPLICIT_CONSTRUCTORS(ErrorCode); |
| #endif // SANDBOX_LINUX_BPF_DSL_ERRORCODE_H__ |