stos: bpal: Initialize BPAL handle
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user