blob: 1efa4a745d1623abdf8bd5f7534bcd883baca218 [file] [log] [blame]
// Copyright 2017 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.
#pragma once
#include <zx/object.h>
namespace zx {
using handle = object<void>;
using unowned_handle = const unowned<handle>;
} // namespace zx