fsfw/hal/src/fsfw_hal/linux/utility.h

11 lines
187 B
C
Raw Normal View History

2021-07-13 19:19:25 +02:00
#ifndef LINUX_UTILITY_UTILITY_H_
#define LINUX_UTILITY_UTILITY_H_
namespace utility {
void handleIoctlError(const char* const customPrintout);
}
#endif /* LINUX_UTILITY_UTILITY_H_ */