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
bool
is_memory_regions_overlap
(
target_addr_t
start1,
unsigned
int
size1,
14
target_addr_t
start2,
unsigned
int
size2);
15
16
#endif
/* OPENOCD_HELPER_UTIL_H */
command_context
Definition:
command.h:52
target_addr_t
uint64_t target_addr_t
Definition:
types.h:279
is_memory_regions_overlap
bool is_memory_regions_overlap(target_addr_t start1, unsigned int size1, target_addr_t start2, unsigned int size2)
Definition:
util.c:44
util_init
int util_init(struct command_context *cmd_ctx)
Definition:
util.c:39
src
helper
util.h
Generated by
1.9.1