blob: c1c9e53b4eb05668a0f032d7cd64b6f86c4b93b7 [file] [log] [blame]
// Copyright 2017 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.
int device_host_main(int argc, char** argv);
int main(int argc, char** argv) {
device_host_main(argc, argv);
}