#ifndef __PROTOS__LIMINE_H__
#define __PROTOS__LIMINE_H__
#include <stdnoreturn.h>
noreturn void limine_load(char *config, char *cmdline);
#endif