LF OS
Hobby operating system for amd64 with high ambitions
Loading...
Searching...
No Matches
efi.h
Go to the documentation of this file.
1#ifndef _EFI_H_INCLUDED
2#define _EFI_H_INCLUDED
3
4#include <loader.h>
5
6#define EFIABI __attribute__((ms_abi))
7#include <efi/efi.h>
8
9void init_efi(struct LoaderStruct* loaderStruct);
10void efi_append_log(char* msg);
11
12#endif
void init_efi(struct LoaderStruct *loaderStruct)
Definition efi.c:53
void efi_append_log(char *msg)
Definition efi.c:80
Main interface between loader and kernel.
Definition loader.h:44