From 47c10af317faae9184d5d9e1f1f37c2913a16ef7 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 30 Jun 2008 17:35:58 -0300 Subject: Make "Resources" information a little more meaningful. If the resource is claimed by a kernel module, use its description. If the resource is reserved by a PCI device, use its name. --- hardinfo2/hardinfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hardinfo2/hardinfo.h') diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h index 6c617357..43514be2 100644 --- a/hardinfo2/hardinfo.h +++ b/hardinfo2/hardinfo.h @@ -118,6 +118,7 @@ extern ProgramParameters params; /* Module stuff */ gchar *module_call_method(gchar *method); +gchar *module_call_method_param(gchar * method, gchar * parameter); /* Sysfs stuff */ gfloat h_sysfs_read_float(gchar *endpoint, gchar *entry); -- cgit v1.2.3