diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-06-30 17:35:58 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-06-30 17:35:58 -0300 |
commit | 47c10af317faae9184d5d9e1f1f37c2913a16ef7 (patch) | |
tree | 51caf0f6eeacc1745092a744f0f27df3686972c1 /hardinfo2/hardinfo.h | |
parent | 60a29a76b55ec3a075cc585f7bd707bc170afaf4 (diff) |
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.
Diffstat (limited to 'hardinfo2/hardinfo.h')
-rw-r--r-- | hardinfo2/hardinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |