blob: 3e00f0116be70d2e52f5661cd5f014ddf31e569a [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.
#ifndef ZIRCON_SYSTEM_CORE_DEVMGR_DEVHOST_MAIN_H_
#define ZIRCON_SYSTEM_CORE_DEVMGR_DEVHOST_MAIN_H_
extern "C" int devmgr_device_host_main(int argc, char** argv);
#endif // ZIRCON_SYSTEM_CORE_DEVMGR_DEVHOST_MAIN_H_