blob: e6785000370f2b41c46de7bc4ea043900f83b015 [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