fsfw-hal/linux/utility.h

11 lines
187 B
C
Raw Permalink Normal View History

2021-04-01 10:59:23 +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_ */