Merge to Fedora kernel-2.6.7-1.492
[linux-2.6.git] / include / linux / kallsyms.h
index 87b9bbb..1a5dce8 100644 (file)
@@ -7,6 +7,8 @@
 
 #include <linux/config.h>
 
+#define KSYM_NAME_LEN 127
+
 #ifdef CONFIG_KALLSYMS
 /* Lookup the address for a symbol. Returns 0 if not found. */
 unsigned long kallsyms_lookup_name(const char *name);