summaryrefslogtreecommitdiffstats
path: root/include/kallsyms.h
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-28 20:29:52 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-28 20:29:52 +0200
commit7a49f672c5b901b1082c693c22f87b0ea494b05e (patch)
tree7d18ee4978f790a8412cc22e188d657978450722 /include/kallsyms.h
parent605fd8f2a59cfc2c7eb5d642116714a936a54bad (diff)
downloadbarebox-7a49f672c5b901b1082c693c22f87b0ea494b05e.tar.gz
barebox-7a49f672c5b901b1082c693c22f87b0ea494b05e.tar.xz
add kallsyms from linux kernel
Diffstat (limited to 'include/kallsyms.h')
-rw-r--r--include/kallsyms.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/kallsyms.h b/include/kallsyms.h
new file mode 100644
index 0000000000..5117be2272
--- /dev/null
+++ b/include/kallsyms.h
@@ -0,0 +1,7 @@
+#ifndef __KALLSYMS_H
+#define __KALLSYMS_H
+
+#define KSYM_NAME_LEN 128
+unsigned long kallsyms_lookup_name(const char *name);
+
+#endif /* __KALLSYMS_H */