12 lines
203 B
C
12 lines
203 B
C
|
#ifndef COMMON_UTILITY_UTILITY_H_
|
||
|
#define COMMON_UTILITY_UTILITY_H_
|
||
|
|
||
|
namespace utility {
|
||
|
|
||
|
void commonInitPrint(const char *const os, const char* const board);
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
#endif /* COMMON_UTILITY_UTILITY_H_ */
|