blob: 7af7e5b570e945cf05f945f178a4f196a38161e4 [file] [log] [blame]
// Copyright 2020 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_ZIRCON_BIN_HWSTRESS_HWSTRESS_H_
#define SRC_ZIRCON_BIN_HWSTRESS_HWSTRESS_H_
#include <string_view>
namespace hwstress {
// Run the main binary with the given command line args.
int Run(int argc, const char** argv);
} // namespace hwstress
#endif // SRC_ZIRCON_BIN_HWSTRESS_HWSTRESS_H_