blob: 442604f22f6586fb913c9263e37e2731a8698575 [file] [log] [blame]
// Copyright 2019 The Fuchsia 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 SRC_VIRTUALIZATION_LIB_GRPC_FDIO_UTIL_H_
#define SRC_VIRTUALIZATION_LIB_GRPC_FDIO_UTIL_H_
#include <fbl/unique_fd.h>
int SetNonBlocking(fbl::unique_fd& fd);
#endif // SRC_VIRTUALIZATION_LIB_GRPC_FDIO_UTIL_H_