stos: bpal: Initialize BPAL handle

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-22 02:25:27 +00:00
parent f546599d18
commit bb6e4d98d1
3 changed files with 32 additions and 3 deletions
+8 -1
View File
@@ -25,7 +25,14 @@ typedef struct {
*/
VOID KeBpalInit(VOID);
/*
* Obtain the boot protocol handle
*
* @Result: Result is written here
*/
VOID KeBpalGetHandle(BPAL_HANDLE *Result);
/* Backend init functions */
VOID KeBpalLimineInit(VOID);
VOID KeBpalLimineInit(BPAL_HANDLE *Handle);
#endif /* !_KE_BPAL_H_ */