mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-07 20:54:24 +03:00
9 lines
164 B
C
9 lines
164 B
C
#ifndef PROTOS__CHAINLOAD_NEXT_H__
|
|
#define PROTOS__CHAINLOAD_NEXT_H__
|
|
|
|
#include <stdnoreturn.h>
|
|
|
|
noreturn void chainload_next(char *config, char *cmdline);
|
|
|
|
#endif
|