blob: 42527d9982a876a1a3a6d4e195bceb2111280918 [file] [log] [blame] [edit]
// Copyright 2023 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef LIBHWSEC_FACTORY_INSTR_PROFILING_H_
#define LIBHWSEC_FACTORY_INSTR_PROFILING_H_
namespace hwsec::register_profiling {
void SetUp();
void End();
} // namespace hwsec::register_profiling
#endif // LIBHWSEC_FACTORY_INSTR_PROFILING_H_