2022-01-20 09:51:17 +08:00
|
|
|
/*
|
2022-07-13 09:21:24 +08:00
|
|
|
* Copyright (C) 2022 Intel Corporation.
|
2022-01-20 09:51:17 +08:00
|
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
*/
|
|
|
|
#ifndef _CMD_MONITOR_H_
|
|
|
|
#define _CMD_MONITOR_H_
|
|
|
|
|
|
|
|
int init_cmd_monitor(struct vmctx *ctx);
|
|
|
|
void deinit_cmd_monitor(void);
|
2022-02-09 15:24:04 +08:00
|
|
|
int acrn_parse_cmd_monitor(char *arg);
|
2022-01-20 09:51:17 +08:00
|
|
|
#endif
|