summaryrefslogtreecommitdiff
path: root/rtl-rap.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtl-rap.h')
-rw-r--r--rtl-rap.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/rtl-rap.h b/rtl-rap.h
index d937018..12cc95a 100644
--- a/rtl-rap.h
+++ b/rtl-rap.h
@@ -40,6 +40,13 @@ bool rtems_rtl_rap_file_check (rtems_rtl_obj_t* obj, int fd);
*/
bool rtems_rtl_rap_file_load (rtems_rtl_obj_t* obj, int fd);
+/**
+ * The RAP format signature handler.
+ *
+ * @return rtems_rtl_loader_format_t* The format's signature.
+ */
+rtems_rtl_loader_format_t* rtems_rtl_rap_file_sig (void);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */