Sun 12 Jan 19:29:58 CET 2025

This commit is contained in:
sbosse 2025-01-12 19:30:26 +01:00
parent e6199ac2c5
commit ab545781b5

View File

@ -10,4 +10,7 @@ See the file LICENSE for details.
int kshell_execute(int argc, const char **argv);
int kshell_launch();
#ifdef KSHELL_EXT
#include "kshell_ext.h"
#endif
#endif