mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-04 22:22:24 +03:00
9 lines
146 B
C
9 lines
146 B
C
#ifndef __PROTOS__LINUX_H__
|
|
#define __PROTOS__LINUX_H__
|
|
|
|
#include <stdnoreturn.h>
|
|
|
|
noreturn void linux_load(char *config, char *cmdline);
|
|
|
|
#endif
|