mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-08 05:04:14 +03:00
9 lines
145 B
C
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
|