toaruos/kernel/include/debug_shell.h
Kevin Lange 56ad9598d0 New kernel args parser
I know, this is a lot slower than the old one, but it's a transition to
a new-new args parser that will use a hashmap... as soon as I get around
to writing a hashmap implementation.
2013-12-01 19:37:22 -08:00

7 lines
82 B
C

#ifndef DEBUG_SHELL_H
#define DEBUG_SHELL_H
int debug_shell_start(void);
#endif