blob: d67d1c452256b520dc2ea22cf2b7d7f9ffa9a8e0 [file] [log] [blame]
// Copyright 2018 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 <ddk/device.h>
#include <zircon/compiler.h>
__BEGIN_CDECLS
zx_status_t test_sysdev_create(void* ctx, zx_device_t* parent, const char* name,
const char* args, zx_handle_t rpc_channel);
__END_CDECLS