5
mirror of https://gitlab.com/zephray/glider.git synced 2026-01-11 15:11:13 +00:00
glider/fw/User/shell/shell_platform.h
2025-04-15 17:28:05 +08:00

10 lines
219 B
C

#ifndef _SHELL_PLATFORM_H
#define _SHELL_PLATFORM_H
#include "shell.h"
void shell_platform_init(shell_context_t *ctx, p_term_out term_out, p_term_in term_in);
void shell_platform_deinit(shell_context_t *ctx);
#endif