PatchworkOS
Loading...
Searching...
No Matches
kernel.h
Go to the documentation of this file.
1#pragma once
2
3#include <efi.h>
4#include <efilib.h>
5
6#include <boot/boot_info.h>
7
8EFI_STATUS kernel_load(boot_kernel_t* kernel, EFI_FILE* rootHandle);
EFI_STATUS kernel_load(boot_kernel_t *kernel, EFI_FILE *rootHandle)
Definition kernel.c:298