mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 12:19:06 +00:00
HV: refine cmdline code, move parts into dbg_cmd
move the debug related command handle into debug/dbg_cmd.c; so release build will not include that. Tracked-On: #2170 Signed-off-by: Minggui Cao <minggui.cao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -46,4 +46,5 @@ void shell_kick(void);
|
||||
void suspend_console(void);
|
||||
void resume_console(void);
|
||||
|
||||
bool handle_dbg_cmd(const char *cmd, int32_t len);
|
||||
#endif /* CONSOLE_H */
|
||||
|
Reference in New Issue
Block a user