]> git.gag.com Git - fw/openocd/blob - src/helper/util.h
flash/nor/at91samd: Use 32-bit register writes for ST-Link compat
[fw/openocd] / src / helper / util.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2
3 /***************************************************************************
4  *   Copyright (C) 2010 by Ã˜yvind Harboe                                   *
5  ***************************************************************************/
6
7 #ifndef OPENOCD_HELPER_UTIL_H
8 #define OPENOCD_HELPER_UTIL_H
9
10 struct command_context;
11
12 int util_init(struct command_context *cmd_ctx);
13
14 #endif /* OPENOCD_HELPER_UTIL_H */