mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-12 17:47:19 +03:00
9 lines
153 B
C
9 lines
153 B
C
#ifndef __PROTOS__CHAINLOAD_NEXT_H__
|
|
#define __PROTOS__CHAINLOAD_NEXT_H__
|
|
|
|
#include <stdnoreturn.h>
|
|
|
|
noreturn void chainload_next(char *config);
|
|
|
|
#endif
|