These are variables used by `systemd-analyze` and is useful for boot performance metrics.
12 lines
124 B
C
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
|