mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 10:40:00 +00:00
9 lines
118 B
C
9 lines
118 B
C
#ifndef CLKS_USERLAND_H
|
|
#define CLKS_USERLAND_H
|
|
|
|
#include <clks/types.h>
|
|
|
|
clks_bool clks_userland_init(void);
|
|
|
|
#endif
|