Files
Espresso/include/kernel/kshell.h

9 lines
118 B
C
Raw Normal View History

2025-10-20 21:57:30 -05:00
#ifndef _KERNEL_SHELL_H
#define _KERNEL_SHELL_H
#include <types.h>
int kshell_start(int argc, char** argv);
#endif