:: limine / common / protos / efi_boot_entry.h 149 B raw

1
#ifndef PROTOS__EFI_BOOT_ENTRY_H__
2
#define PROTOS__EFI_BOOT_ENTRY_H__
3
4
#include <stdnoreturn.h>
5
6
noreturn void efi_boot_entry(char *config);
7
8
#endif
tab: 248 wrap: offon