/*
* Copyright (C) 2018 Intel Corporation.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef SHELL_H
#define SHELL_H
void shell_init(void);
void shell_kick(void);
#endif /* SHELL_H */