diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/module.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index c0418e47a296..95cbc9b4936f 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -54,6 +54,9 @@ const struct exception_table_entry * search_extable(const struct exception_table_entry *first, const struct exception_table_entry *last, unsigned long value); +void sort_extable(struct exception_table_entry *start, + struct exception_table_entry *finish); +void sort_main_extable(void); #ifdef MODULE #define ___module_cat(a,b) __mod_ ## a ## b |
