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

9 lines
142 B
C

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