1 /*
2  * Copyright (C) 2022 Intel Corporation.
3  * SPDX-License-Identifier: BSD-3-Clause
4  */
5 #ifndef _CMD_MONITOR_H_
6 #define _CMD_MONITOR_H_
7 
8 int init_cmd_monitor(struct vmctx *ctx);
9 void deinit_cmd_monitor(void);
10 int acrn_parse_cmd_monitor(char *arg);
11 #endif
12