mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 18:44:01 +00:00
9 lines
171 B
C
9 lines
171 B
C
#ifndef CLKS_ELFRUNNER_H
|
|
#define CLKS_ELFRUNNER_H
|
|
|
|
#include <clks/types.h>
|
|
|
|
void clks_elfrunner_init(void);
|
|
clks_bool clks_elfrunner_probe_kernel_executable(void);
|
|
|
|
#endif |