blob: 855d729c5dfd2008963fc5c3c921432b6b496e50 [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 <mx/object.h>
namespace mx {
using handle = object<void>;
using unowned_handle = const unowned<handle>;
} // namespace mx