9
0
Fork 0
barebox/include/kallsyms.h

8 lines
150 B
C
Raw Normal View History

2007-09-28 18:29:52 +00:00
#ifndef __KALLSYMS_H
#define __KALLSYMS_H
#define KSYM_NAME_LEN 128
unsigned long kallsyms_lookup_name(const char *name);
#endif /* __KALLSYMS_H */