limine/common/protos/limine.h
cospplredman ba5c0004e6 fixed header guard names
made them more standard compliant
2024-03-20 03:06:55 +01:00

9 lines
145 B
C

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