ipdbg: fix double free of virtual-ir data
[openocd.git] / src / helper / util.h
blob3ccdc4fdfe750a95e3375dee1292324b897299eb
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 */