mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-14 02:27:11 +03:00
7 lines
103 B
C
7 lines
103 B
C
#ifndef __PROTOS__CHAINLOAD_H__
|
|
#define __PROTOS__CHAINLOAD_H__
|
|
|
|
void chainload(char *config);
|
|
|
|
#endif
|