19 #ifndef UTILS_DEVICE_H
20 #define UTILS_DEVICE_H
84 int32_t
get_param(
const char* filename,
const char* parameter);
uint8_t device_exists(const char *device_name)
Does a device file exist?
int32_t get_major(const char *device)
Gets the device major id from /proc/devices.
int32_t get_param(const char *filename, const char *parameter)
Gets a parameter from a driver param file.