From 5f620001a8f9017449d15b1a4aafdb9a61a44d4d Mon Sep 17 00:00:00 2001 From: Ondrej Čerman Date: Sat, 20 Jul 2019 23:07:56 +0200 Subject: usb: added info from sysfs --- includes/hardinfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/hardinfo.h') diff --git a/includes/hardinfo.h b/includes/hardinfo.h index 8888565f..6b9e33af 100644 --- a/includes/hardinfo.h +++ b/includes/hardinfo.h @@ -163,6 +163,7 @@ gchar *module_call_method_param(gchar * method, gchar * parameter); /* Sysfs stuff */ gfloat h_sysfs_read_float(const gchar *endpoint, const gchar *entry); gint h_sysfs_read_int(const gchar *endpoint, const gchar *entry); +gint h_sysfs_read_hex(const gchar *endpoint, const gchar *entry); gchar *h_sysfs_read_string(const gchar *endpoint, const gchar *entry); #define SCAN_START() static gboolean scanned = FALSE; if (reload) scanned = FALSE; if (scanned) return; -- cgit v1.2.3