1 /*
2  * Copyright (C) 2018-2022 Intel Corporation.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef SHELL_H
8 #define SHELL_H
9 
10 void shell_init(void);
11 void shell_kick(void);
12 
13 #endif /* SHELL_H */
14