| 1 | #ifndef LIB__BLI_H__ |
| 2 | #define LIB__BLI_H__ |
| 3 | |
| 4 | #if defined (UEFI) |
| 5 | |
| 6 | void init_bli(void); |
| 7 | void bli_on_boot(void); |
| 8 | bool bli_update_oneshot_timeout(size_t *timeout, bool *skip_timeout); |
| 9 | bool bli_update_timeout(size_t *timeout, bool *skip_timeout); |
| 10 | void bli_set_selected_entry(const char *path); |
| 11 | bool bli_get_default_entry(char *path, size_t buf_size); |
| 12 | bool bli_get_oneshot_entry(char *path, size_t buf_size); |
| 13 | |
| 14 | #endif |
| 15 | |
| 16 | #endif |
