Files
Limine/common/lib/bli.h
sanana c411051252 lib/bli: Implement LoaderTimeInitUSec and LoaderTimeExecUSec
These are variables used by `systemd-analyze` and is useful for boot performance
metrics.
2025-07-03 11:02:54 +03:00

12 lines
124 B
C

#ifndef LIB__BLI_H__
#define LIB__BLI_H__
#if defined (UEFI)
void init_bli(void);
void bli_on_boot(void);
#endif
#endif