blob: 6b2e3dead12456d222a4346d9eade51ec5a389da [file] [log] [blame]
// Copyright 2017 The Chromium OS 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_TOOLS_H_
#define SRC_TOOLS_H_
#include <string>
namespace huddly {
bool RunCommand(const std::string& cmd, std::string* output);
std::string UsbIdToString(uint16_t vendor_id, uint16_t product_id);
} // namespace huddly
#endif // SRC_TOOLS_H_