blob: c6269a3922b799f7852c2a95947ecf4d20eb95a5 [file] [log] [blame]
// Copyright 2020 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 DIAGNOSTICS_CROS_HEALTHD_ROUTINES_PRIME_SEARCH_PRIME_SEARCH_H_
#define DIAGNOSTICS_CROS_HEALTHD_ROUTINES_PRIME_SEARCH_PRIME_SEARCH_H_
#include <memory>
#include "diagnostics/cros_healthd/routines/diag_routine.h"
namespace diagnostics {
std::unique_ptr<DiagnosticRoutine> CreatePrimeSearchRoutine(
base::TimeDelta exec_duration, uint64_t max_num);
} // namespace diagnostics
#endif // DIAGNOSTICS_CROS_HEALTHD_ROUTINES_PRIME_SEARCH_PRIME_SEARCH_H_