11 lines
187 B
C
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_ */
|