13 lines
226 B
C
13 lines
226 B
C
|
/*
|
||
|
* Copyright (C) 2018 Intel Corporation. All rights reserved.
|
||
|
*
|
||
|
* SPDX-License-Identifier: BSD-3-Clause
|
||
|
*/
|
||
|
|
||
|
#ifndef DBG_CMD_H
|
||
|
#define DBG_CMD_H
|
||
|
|
||
|
bool handle_dbg_cmd(const char *cmd, int32_t len);
|
||
|
|
||
|
#endif /* DBG_CMD_H */
|