fsfw/src/fsfw_hal/linux/utility.h
Robin Mueller 6f7be281ef
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
move HAL and tests folder
2022-07-18 08:59:40 +02:00

11 lines
187 B
C++

#ifndef LINUX_UTILITY_UTILITY_H_
#define LINUX_UTILITY_UTILITY_H_
namespace utility {
void handleIoctlError(const char* const customPrintout);
}
#endif /* LINUX_UTILITY_UTILITY_H_ */