diff options
Diffstat (limited to 'src/include/elog.h')
-rw-r--r-- | src/include/elog.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/elog.h b/src/include/elog.h index 897a90bf41..0542f68fe1 100644 --- a/src/include/elog.h +++ b/src/include/elog.h @@ -115,6 +115,11 @@ extern void elog_add_event_dword(u8 event_type, u32 data); extern void elog_add_event_wake(u8 source, u32 instance); extern int elog_smbios_write_type15(unsigned long *current, int handle); +#if CONFIG_ELOG_BOOT_COUNT +u32 boot_count_read(void); +u32 boot_count_increment(void); +#endif + #endif /* !CONFIG_ELOG */ #endif /* ELOG_H_ */ |