#ifndef __TOOLS_KALLSYMS_H_ #define __TOOLS_KALLSYMS_H_ 1 #include #include #include #ifndef KSYM_NAME_LEN #define KSYM_NAME_LEN 256 #endif static inline u8 kallsyms2elf_binding(char type) { if (type == 'W') return STB_WEAK; return isupper(type) ? STB_GLOBAL : STB_LOCAL; } u8 kallsyms2elf_type(char type); int kallsyms__parse(const char *filename, void *arg, int (*process_symbol)(void *arg, const char *name, char type, u64 start)); #endif /* __TOOLS_KALLSYMS_H_ */ link rel='vcs-git' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Dyer <nick@shmanahar.org>2016-12-10 23:27:32 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-12-12 11:26:47 -0800
commit5191d88acc688743eef56f1c598a4e4cddf6c6cd (patch)
tree719693b8e8c697a21b4f2d1c4c3f3462426dc3aa /net/sched/em_meta.c
parent5d244f7effafeaa5272ca5daa37d8b7bb17967a8 (diff)
Input: synaptics-rmi4 - add support for F34 V7 bootloader
Port firmware update code from Samsung Galaxy S7 driver into mainline framework. This patch has been tested on Synaptics S7813. Signed-off-by: Nick Dyer <nick@shmanahar.org> Tested-by: Chris Healy <cphealy@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'net/sched/em_meta.c')