blob: f98a371b61955009e8732f86121c82639eaf1749 [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_DEVICES_SYSMEM_DRIVERS_SYSMEM_KOID_UTIL_H_
#define SRC_DEVICES_SYSMEM_DRIVERS_SYSMEM_KOID_UTIL_H_
#include <lib/zx/channel.h>
#include <zircon/types.h>
namespace sysmem_driver {
zx_status_t get_channel_koids(const zx::channel& this_end, zx_koid_t* this_end_koid,
zx_koid_t* that_end_koid);
} // namespace sysmem_driver
#endif // SRC_DEVICES_SYSMEM_DRIVERS_SYSMEM_KOID_UTIL_H_