ptos: bpal: No need to return PT_STATUS

Signed-off-by: Chloe M. <chloe@yiffware.org>
This commit is contained in:
2026-07-10 06:49:52 +00:00
parent 163115f9c5
commit 44f0afaddd
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ VOID KeBpalInit(VOID);
*
* @Result: Result is written here
*/
PT_STATUS KeBpalGetHandle(BPAL_HANDLE *Result);
VOID KeBpalGetHandle(BPAL_HANDLE *Result);
/* Backend protocol init */
VOID KeBpalLimineInit(BPAL_HANDLE *Result);