2021-06-08 13:46:45 +02:00
|
|
|
#ifndef COMMON_UTILITY_UTILITY_H_
|
|
|
|
#define COMMON_UTILITY_UTILITY_H_
|
|
|
|
|
|
|
|
namespace utility {
|
|
|
|
|
2022-05-05 20:55:28 +02:00
|
|
|
void commonInitPrint(const char* const os, const char* const board);
|
2021-06-08 13:46:45 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif /* COMMON_UTILITY_UTILITY_H_ */
|