// Copyright 2012 The Chromium Authors // 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" namespace sandbox { namespace bpf_dsl { // TODO(mdempsky): Find a proper home for ERR_{MIN,MAX}_ERRNO and // remove this header. class SANDBOX_EXPORT ErrorCode { … }; } // namespace bpf_dsl } // namespace sandbox #endif // SANDBOX_LINUX_BPF_DSL_ERRORCODE_H__