aboutsummaryrefslogtreecommitdiff
path: root/lib.h
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@linux.intel.com>2010-08-17 13:54:24 -0400
committerArjan van de Ven <arjan@linux.intel.com>2010-08-17 13:54:24 -0400
commit4748fef3868a48fb31d981ecf383f46eaf4c371b (patch)
tree94792068076d51fe7e4be535820f5faa99eab785 /lib.h
parent8d5ae19b884c99f1dc24e7d7ca6e92b07bccf50a (diff)
downloadpowertop-4748fef3868a48fb31d981ecf383f46eaf4c371b.tar.gz
add kallsyms parsing
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index 48e0b63..5746ec7 100644
--- a/lib.h
+++ b/lib.h
@@ -2,6 +2,7 @@
#define INCLUDE_GUARD_LIB_H
#include <libintl.h>
+#include <stdint.h>
#ifdef __cplusplus
extern "C" {
@@ -18,6 +19,8 @@ extern double percentage(double F);
extern char *hz_to_human(unsigned long hz, char *buffer, int digits = 2);
+extern const char *kernel_function(uint64_t address);
+
#endif \ No newline at end of file