mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-08 13:52:01 +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
|