ZOVboot/limine/common/lib/bli.h
2026-03-13 14:19:46 +00:00

11 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