diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/bootstage.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/bootstage.h b/include/bootstage.h index 127c94f..9113852 100644 --- a/include/bootstage.h +++ b/include/bootstage.h @@ -277,6 +277,13 @@ uint32_t bootstage_accum(enum bootstage_id id); /* Print a report about boot time */ void bootstage_report(void); +/** + * Add bootstage information to the device tree + * + * @return 0 if ok, -ve on error + */ +int bootstage_fdt_add_report(void); + #else /* * This is a dummy implementation which just calls show_boot_progress(), |