2022-06-26 17:58:56 -05:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
|
2010-08-01 02:35:58 -05:00
|
|
|
/***************************************************************************
|
|
|
|
* Copyright (C) 2010 by Øyvind Harboe *
|
|
|
|
***************************************************************************/
|
|
|
|
|
2015-09-21 14:07:46 -05:00
|
|
|
#ifndef OPENOCD_HELPER_UTIL_H
|
|
|
|
#define OPENOCD_HELPER_UTIL_H
|
2010-08-01 02:35:58 -05:00
|
|
|
|
|
|
|
struct command_context;
|
|
|
|
|
|
|
|
int util_init(struct command_context *cmd_ctx);
|
|
|
|
|
2015-09-21 14:07:46 -05:00
|
|
|
#endif /* OPENOCD_HELPER_UTIL_H */
|