1 // Copyright 2017 The Fuchsia Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #pragma once
6 
7 #include "private.h"
8 
9 // open operation directly on remoteio handle
10 zx_status_t zxrio_open_handle(zx_handle_t h, const char* path, uint32_t flags,
11                               uint32_t mode, fdio_t** out);
12