blob: 4d4f8726d0b53e23b36a4c88783a28444ef2d3de [file] [log] [blame]
// Copyright 2018 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 MEDIA_MOJO_COMMON_MOJO_PIPE_READ_WRITE_UTIL_H_
#define MEDIA_MOJO_COMMON_MOJO_PIPE_READ_WRITE_UTIL_H_
#include "mojo/public/c/system/types.h"
namespace media {
namespace mojo_pipe_read_write_util {
bool IsPipeReadWriteError(MojoResult result);
} // namespace mojo_pipe_read_write_util
} // namespace media
#endif // MEDIA_MOJO_COMMON_MOJO_PIPE_READ_WRITE_UTIL_H_