| // 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_ |