summaryrefslogtreecommitdiff
path: root/rtl-elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtl-elf.h')
-rw-r--r--rtl-elf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/rtl-elf.h b/rtl-elf.h
index 470187b..24bb5ba 100644
--- a/rtl-elf.h
+++ b/rtl-elf.h
@@ -144,6 +144,13 @@ bool rtems_rtl_elf_file_check (rtems_rtl_obj_t* obj, int fd);
*/
bool rtems_rtl_elf_file_load (rtems_rtl_obj_t* obj, int fd);
+/**
+ * The ELF format signature handler.
+ *
+ * @return rtems_rtl_loader_format_t* The format's signature.
+ */
+rtems_rtl_loader_format_t* rtems_rtl_elf_file_sig (void);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */