blob: 72d70b1ec5190fa7b1bf9bc0e98718dfa6bb867e [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 ZIRCON_SYSTEM_DEV_SYSMEM_SYSMEM_KOID_UTIL_H_
#define ZIRCON_SYSTEM_DEV_SYSMEM_SYSMEM_KOID_UTIL_H_
#include <lib/zx/channel.h>
#include <zircon/types.h>
zx_status_t get_channel_koids(const zx::channel& this_end,
zx_koid_t* this_end_koid,
zx_koid_t* that_end_koid);
#endif // ZIRCON_SYSTEM_DEV_SYSMEM_SYSMEM_KOID_UTIL_H_