10 lines
130 B
C++
10 lines
130 B
C++
#pragma once
|
|
|
|
#include "hal/Configuration.h"
|
|
|
|
namespace tt::hal {
|
|
|
|
void init(const Configuration& configuration);
|
|
|
|
} // namespace
|