mirror of
https://gitlab.com/zephray/glider.git
synced 2026-01-22 17:35:36 +00:00
9 lines
219 B
C
9 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
|