#pragma once #include "hal/Configuration.h" namespace tt::hal { void init(const Configuration& configuration); } // namespace