acrn-hypervisor/hypervisor/include/debug/shell.h

14 lines
199 B
C

/*
* Copyright (C) 2018-2022 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 */