mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-08 13:52:01 +03:00
9 lines
133 B
C
9 lines
133 B
C
#ifndef __PROTOS__LINUX_H__
|
|
#define __PROTOS__LINUX_H__
|
|
|
|
#include <stdbool.h>
|
|
|
|
bool linux_load(char *config, char *cmdline);
|
|
|
|
#endif
|