diff options
Diffstat (limited to 'include/event.h')
-rw-r--r-- | include/event.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/event.h b/include/event.h index 311df878c4..be4cefd6ae 100644 --- a/include/event.h +++ b/include/event.h @@ -329,16 +329,6 @@ int event_register(const char *id, enum event_t type, event_handler_t func, void event_show_spy_list(void); /** - * event_manual_reloc() - Relocate event handler pointers - * - * Relocate event handler pointers for all static event spies. It is called - * during the generic board init sequence, after relocation. - * - * Return: 0 if OK - */ -int event_manual_reloc(void); - -/** * event_type_name() - Get the name of an event type * * @type: Type to check |