Refactor boot_info.h and related files for improved abstraction and consistency. Updated function signatures to use generic types, replaced UEFI-specific types with kernel types, and enhanced documentation for clarity. Adjusted kernel entry point and service wrappers to align with new structure.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#ifndef STRING_UTILS_H
|
||||
#define STRING_UTILS_H
|
||||
|
||||
#include <efi.h>
|
||||
#include "kernel_types.h"
|
||||
|
||||
/* Return TRUE if Ch is a space or horizontal tab. */
|
||||
BOOLEAN is_space16(CHAR16 Ch);
|
||||
|
||||
Reference in New Issue
Block a user