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