Files
borysp 0f7a4e3fe5 Remove hardcoded paths to internal files
Graphene had some paths to internal files generated at compile time and
hardcoded into the output binary, which disallowed e.g. moving the
Graphene directory after compilation.
2020-08-03 20:19:28 +02:00

11 lines
202 B
C

#ifndef _LINUX_UTILS_H
#define _LINUX_UTILS_H
double get_bogomips_from_cpuinfo_buf(const char* buf);
double sanitize_bogomips_value(double);
char* get_main_exec_path(void);
#endif // _LINUX_UTILS_H