OpenOCD
util.h
Go to the documentation of this file.
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 */
command_context
Definition:
command.h:52
util_init
int util_init(struct command_context *cmd_ctx)
Definition:
util.c:45
src
helper
util.h
Generated by
1.9.1