1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 /***************************************************************************
4 * Copyright (C) 2010 by Øyvind Harboe *
5 ***************************************************************************/
7 #ifndef OPENOCD_HELPER_UTIL_H
8 #define OPENOCD_HELPER_UTIL_H
10 struct command_context
;
12 int util_init(struct command_context
*cmd_ctx
);
14 #endif /* OPENOCD_HELPER_UTIL_H */