#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);