Files
Horizon-OC-pro/Source/Benchmark-Toolbox/source/hoc_clk.h
souldbminersmwc 4a5e889c40 benchmark-toolbox: add benchmark-toolbox
a unified benchmarking tool
2026-06-07 21:10:53 -04:00

17 lines
224 B
C

#pragma once
#include <stdbool.h>
#include <hocclk/clock_manager.h>
#ifdef __cplusplus
extern "C" {
#endif
bool hocclk_init(void);
void hocclk_exit(void);
bool hocclk_get(HocClkContext *out);
#ifdef __cplusplus
}
#endif