7 lines
172 B
C
7 lines
172 B
C
|
#pragma once
|
||
|
|
||
|
struct console;
|
||
|
|
||
|
int shell_prepare(struct console *con, size_t argc, const char **argv);
|
||
|
int shell_boot(struct console *con, size_t argc, const char **argv);
|